msession_lock

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Lock a session int msession_lock ( string $name ) This function is currently not documented; only its argument list is available.

Gender\Gender::get

(PECL gender >= 0.6.0) Get gender of a name. public integer Gender\Gender::get ( string $name [, integer $country ] ) Get the gender of the name in a particular country. Parameters: name Name to check. country Country id identified by Gender class constant. Returns: Returns gender of the name.

runkit_function_rename

(PECL runkit >= 0.7.0) Change a function's name bool runkit_function_rename ( string $funcname, string $newname ) Note: By default, only userspace functions may be removed, renamed, or modified. In order to override internal functions, you must enable the runkit.internal_override setting in php.ini. Parameters: funcname Current function name

cubrid_commit

(PECL CUBRID >= 8.3.0) Commit a transaction bool cubrid_commit ( resource $conn_identifier ) The cubrid_commit() function is used to execute commit on the transaction pointed by conn_identifier, currently in progress. Connection to the server is closed after the cubrid_commit() function is called; However, the connection handle is still valid. In CUBRID PHP, auto-commit mode is disabled by default for transaction manage

MessageFormatter::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the error code from last operation public int MessageFormatter::getErrorCode ( void ) Object oriented style Procedural style int msgfmt_get_error_code ( MessageFormatter $fmt ) Get the error code from last operation. Parameters: fmt The message formatter Returns: The error code, one of UE

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the textual description of an error code string sqlite_error_string ( int $error_code ) Returns a human readable description of the error_code returned from sqlite_last_error(). Parameters: error_code The error code being used, which might be passed in from sqlite_last_error(). Returns: Returns

CairoContext::setAntialias

(PECL cairo >= 0.1.0) The setAntialias purpose public void CairoContext::setAntialias ([ string $antialias ] ) Object oriented style (method): Procedural style: void cairo_set_antialias ( CairoContext $context [, string $antialias ] ) Description here. Parameters: context Description... antialias Description...

xmlrpc_server_register_method

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Register a PHP function to resource method matching method_name bool xmlrpc_server_register_method ( resource $server, string $method_name, string $function ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at y

DOMDocument::createAttributeNS

(PHP 5, PHP 7) Create new attribute node with an associated namespace public DOMAttr DOMDocument::createAttributeNS ( string $namespaceURI, string $qualifiedName ) This function creates a new instance of class DOMAttr. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: namespaceURI The URI of the namespace.

xdiff_file_merge3

(PECL xdiff >= 0.2.0) Merge 3 files into one mixed xdiff_file_merge3 ( string $old_file, string $new_file1, string $new_file2, string $dest ) Merges three files into one and stores the result in a file dest. The old_file is an original version while new_file1 and new_file2 are modified versions of an original. Parameters: old_file Path to the first file. It acts as "ol