PHP Function List
function.is_binary doesn't exist. Closest matches:
- function_exists
- imap_binary
- runkit_function_rename
- runkit_function_add
- runkit_function_copy
- sqlite_udf_encode_binary
- runkit_function_redefine
- func_num_args
- swf_actionplay
- pg_connection_busy
- yaf_config_ini
- connection_aborted
- runkit_function_remove
- hw_connection_info
- apd_dump_function_table
- swf_actionsettarget
- yaf_action_abstract
- create_function
- rename_function
- newt_win_ternary
Site Search Results
-
quote() takes str and puts a backslash in front of every character that is part of ... This function is binary-safe.
-
... This function is binary-safe. ... Also. strpos() - Find the position of the first occurrence of a substring in a string
-
... This function is binary-safe. See Also. strstr() - Find the first occurrence of a string; strrchr() - Find the last ...
-
Parameters. link_identifier. An LDAP link identifier, returned by ldap_connect(). ... This function is binary-safe.
-
Identical to file_get_contents(), except that stream_get_contents() operates on ... This function is binary-safe.
-
function is_binary($link) { $tmpStr = ''; @$fp = fopen($link, 'rb'); @$tmpStr = fread($fp, 256); @fclose($fp); if($tmpStr != '')
-
... This function is binary-safe. See Also. addslashes() - Quote string with slashes; addcslashes() - Quote string with ...
-
of haystack which starts at the last occurrence of needle and goes until the ... This function is binary-safe.
-
... This function is binary-safe. Tip. A URL can be used as a filename with this function if the fopen wrappers have ...
-
Returns string with all alphabetic characters converted to lowercase. Note ... This function is binary-safe.

Other forms of search
To search the string "function.is_binary" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
