eio_fsync

(PECL eio >= 0.0.1dev) Synchronize a file's in-core state with storage device resource eio_fsync ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Synchronize a file's in-core state with storage device Parameters: fd Stream, Socket resource, or numeric file descriptor. pri The reques

QuickHashStringIntHash::loadFromString

(No version information available, might only be in Git) This factory method creates a hash from a string public static QuickHashStringIntHash QuickHashStringIntHash::loadFromString ( string $contents [, int $size = 0 [, int $options = 0 ]] ) This factory method creates a new hash from a definition in a string. The format is the same as the one used in "loadFromFile". Parameters: co

EventBufferEvent::getOutput

(PECL event >= 1.2.6-beta) Returns underlying output buffer associated with current buffer event public EventBuffer EventBufferEvent::getOutput ( void ) Returns underlying output buffer associated with current buffer event. An output buffer is a storage for data to be written. Note, there is also output property of EventBufferEvent class. Returns: Returns instance of EventBuffer output buff

maxdb_error

(PECL maxdb >= 1.0) Returns a string description of the last error string maxdb_error ( resource $link ) Procedural style Object oriented style string $maxdb->error; The maxdb_error() function is identical to the corresponding maxdb_errno() function in every way, except instead of returning an integer error code the maxdb_error() function will return a string representation of the last error to occur for the database

m_validateidentifier

(PHP 5 >= 5.0.5, PHP 7, PECL mcve >= 1.0.0) Whether or not to validate the passed identifier on any transaction it is passed to int m_validateidentifier ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

ibase_query

(PHP 5, PHP 7) Execute a query on an InterBase database resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] ) Performs a query on an InterBase database. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. query An InterBase query.

Lua::registerCallback

(No version information available, might only be in Git) Register a PHP function to Lua public mixed Lua::registerCallback ( string $name, callable $function ) Register a PHP function to Lua as a function named "$name" Parameters: name Register a PHP function to Lua as a function named "$name" function A valid PHP function callback

Judy::free

(PECL judy >= 0.1.1) Free the entire Judy array public int Judy::free ( void ) Free the entire Judy array. Returns: This function is currently not documented; only its argument list is available.

dbase_create

(PHP 4, PHP 5, PHP 7) Creates a database int dbase_create ( string $filename, array $fields ) dbase_create() creates a dBase database with the given definition. Note: When safe mode is enabled, PHP checks whether the files or directories being operated upon have the same UID (owner) as the script that is being executed. Note: This function is affected by open_basedir. Parameters: f

mb_ereg_search_regs

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the matched part of a multibyte regular expression array mb_ereg_search_regs ([ string $pattern [, string $option = "ms" ]] ) Returns the matched part of a multibyte regular expression. Parameters: pattern The search pattern. option The search option. Returns: mb_ereg_