EventHttpRequest::__construct

(PECL event >= 1.4.0-beta) Constructs EventHttpRequest object public EventHttpRequest::__construct ( callable $callback [, mixed $data = NULL ] ) Constructs EventHttpRequest object. Parameters: callback Gets invoked on requesting path. Should match the following prototype: void callback ([ EventHttpRequest $req = NULL [, mixed $arg = NULL ]] )

bcompiler_write_class

(PECL bcompiler >= 0.4) Writes a defined class as bytecodes bool bcompiler_write_class ( resource $filehandle, string $className [, string $extends ] ) Reads the bytecodes from PHP for an existing class, and writes them to the open file handle. Parameters: filehandle A file handle as returned by fopen(). className The class name, as

TokyoTyrantTable::putCat

(PECL tokyo_tyrant >= 0.1.0) Concatenates to a row public void TokyoTyrantTable::putCat ( string $key, array $columns ) This method can be used to add new columns to existing records. Existing keys will be left unmodified but any new columns will be appended to the row. Passing null as key will generate a new row. Parameters: key The primary key of the row or NULL

ReflectionParameter::getType

(PHP 7) Gets a parameter's type public ReflectionType ReflectionParameter::getType ( void ) Gets the associated type of a parameter. Returns: Returns a ReflectionType object if a parameter type is specified, NULL otherwise. Examples: ReflectionParameter::getType() example <?php function someFunction(int $param, $param2

Ev::iteration

(PECL ev >= 0.2.0) Return the number of times the default event loop has polled for new events. final public static int Ev::iteration ( void ) Return the number of times the event loop has polled for new events. Sometimes useful as a generation counter. Returns: Returns number of polls of the default event loop. See also:

socket_recvmsg

(PHP 5 >= 5.5.0, PHP 7) Read a message int socket_recvmsg ( resource $socket, string $message [, int $flags ] ) Parameters: socket message flags Returns: This function is currently not documented; only its argument list is available.

mssql_guid_string

(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) Converts a 16 byte binary GUID to a string string mssql_guid_string ( string $binary [, bool $short_format = false ] ) Converts a 16 byte binary GUID to a string. Parameters: binary A 16 byte binary GUID. short_format Whenever to use short format. Returns: Ret

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

PDF_set_text_rise

(PHP 4, PECL pdflib >= 1.0.0) Set text rise [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrise parameter instead.

svn_checkout

(PECL svn >= 0.1.0) Checks out a working copy from the repository bool svn_checkout ( string $repos, string $targetpath [, int $revision [, int $flags = 0 ]] ) Checks out a working copy from the repository at repos to targetpath at revision revision. Parameters: repos String URL path to directory in repository to check out. targetpath