PHP Function List
function.mysql doesn't exist. Closest matches:
- function_exists
- rename_function
- create_function
- runkit_function_copy
- swfaction
- func_num_args
- override_function
- get_defined_functions
- reflection
- swf_actionplay
- spl_autoload_functions
- runkit_function_rename
- reflectionfunction
- mysqli
- swf_actionstop
- runkit_function_remove
- apd_dump_function_table
- runkit_function_add
- swf_oncondition
- swf_enddoaction
Site Search Results
-
Establishes a persistent connection to a MySQL server. mysql_pconnect() acts very much like mysql_connect() with two major differences. First, when connecting, the function ...
-
(This builds on my solution to the problem of hiding such credentials that I posted in May 2003 at http://uk2.php.net/manual/en/function.mysql-connect.php#32035)
-
function mysql_evaluate ($query, $default_value = "undefined") { $result = mysql_query ($query); if (mysql_num_rows ($result)== 0) return $default_value;
-
Warning. This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.
-
function mysql_exec_batch ($p_query, $p_transaction_safe = true) { if ($p_transaction_safe) { $p_query = 'START TRANSACTION;' . $p_query .
-
You can also do this with function mysql_query(). It's better because mysql_list_tables is old function and you can stop showing errors. function mysql_table_exists($dbLink ...
-
Note: The function mysql_data_seek() can be used in conjunction only with mysql_query(), not with mysql_unbuffered_query().
-
Furthermore the php function mysql_client_encoding() should also return latin1 (though I don't understand why; what does this value mean, I would think if php (being the client) is ...
-
function mysql_field_array ( $query ) { $field = mysql_num_fields ( $query ); for ( $i = 0; $i < $field; $i ++ ) { $names [] = mysql_field_name ...
-
Then, i debug the script that i had downloaded and i noticed that that was the function mysql_close() which caused the problem. The solution is, to send to it the link identifier ...

Other forms of search
To search the string "function.mysql" 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.
