Ask a Question related to PHP Notes, Design and Development.
-
Igu4n4@example.com #1
note 33728 added to function.iconv
Maybe I was a fool in placing the charset definition string as ISO8859-1 instead of ISO-8859-1 (note the - after ISO) but it worked in PHP 4.3. When I ported the system back to 4.2.2 iconv gave back an empty string without error messages. So beware in PHP 4.2.2 use allways the ISO-88.... charset definition.
----
Manual Page -- [url]http://www.php.net/manual/en/function.iconv.php[/url]
Edit Note -- [url]http://master.php.net/manage/user-notes.php?action=edit+33728[/url]
Delete Note -- [url]http://master.php.net/manage/user-notes.php?action=delete+33728&report=yes[/url]
Reject Note -- [url]http://master.php.net/manage/user-notes.php?action=reject+33728&report=yes[/url]
Igu4n4@example.com Guest
-
note 33990 added to function.iconv
Maybe I am doing something wrong, but it seems to me that somewhat contrary to the documentation in 4.3.2 iconv() returns an empty string on failure,... -
note 33827 added to function.function-exists
This can be used to conditionally define a user function. In this sense, it can act as a sort of inline include_once(). For example, suppose you... -
note 33714 added to function.register-tick-function
please can anyone help me to discover if this function can be used to make a chat ---- Manual Page --... -
note 33689 added to function.next
i was just looking around and saw this. i'd just like to say "huh" and be on my merry way. ok buh-bi. merry meet, rose love ---- Manual Page --... -
note 33575 added to function.register-shutdown-function
If your script exceeds the maximum execution time, and terminates thusly: Fatal error: Maximum execution time of 20 seconds exceeded in - on line...



Reply With Quote

