PHP Function List
function.update doesn't exist. Closest matches:
- function_exists
- reflectionparameter
- ftruncate
- ncurses_doupdate
- svn_update
- swf_actionplay
- connection_aborted
- rename_function
- create_function
- runkit_function_add
- apd_dump_function_table
- cairopattern
- runkit_function_copy
- badfunctioncallexception
- http_date
- connection_status
- urlencode
- pg_update
- override_function
- dbplus_update
Site Search Results
-
Variable scope. The scope of a variable is the context within which it is defined. For the most part all PHP variables only have a single scope.
-
Variable variables. Sometimes it is convenient to be able to have variable variable names. That is, a variable name which can be set and used dynamically.
-
public function update (SplSubject $subject) { echo __CLASS__ . ' - ' . $subject-> getName (); }} class MyObserver2 implements SplObserver
-
Parameters. server. The MySQL server. It can also include a port number. e.g. "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for the localhost.
-
mysql_query() sends a unique query (multiple queries are not supported) to the currently active database on the server that's associated with the specified link_identifier
-
public function update ($dbc) { $query = "UPDATE user SET user_first='$this->user_first', user_last='$this->user_last' WHERE user_id=$this->id LIMIT 1";
-
function update_line_and_column_positions ($c, & $line, & $col) { // update line count $numNewLines = substr_count ($c, "\n"); if (1 <= $numNewLines)
-
function update ($example){ return parent:: executeQuery ("update nodes set name = '' where id = -1", null, function($result, $link){ return $result;
-
public function update (){ global $database; $fields = $database-> connection-> getTable ("users"); $set =
-
public function update ($dbc) { $query = "UPDATE user SET user_first='$this->user_first', user_last='$this->user_last' WHERE user_id=$this->id LIMIT 1";

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