GearmanJob::sendData

(PECL gearman >= 0.6.0) Send data for a running job public bool GearmanJob::sendData ( string $data ) Sends data to the job server (and any listening clients) for this job. Parameters: data Arbitrary serialized data. Returns: Returns TRUE on success or FALSE on failure. See also

xml_parser_create

(PHP 4, PHP 5, PHP 7) Create an XML parser resource xml_parser_create ([ string $encoding ] ) xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions. Parameters: encoding The optional encoding specifies the character encoding for the input/output in PHP 4. Starting from PHP 5, the input encoding is a

posix_setegid

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Set the effective GID of the current process bool posix_setegid ( int $gid ) Set the effective group ID of the current process. This is a privileged function and needs appropriate privileges (usually root) on the system to be able to perform this function. Parameters: gid The group id. Returns: Returns TRUE on su

pg_lo_read

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Read a large object string pg_lo_read ( resource $large_object [, int $len = 8192 ] ) pg_lo_read() reads at most len bytes from a large object and returns it as a string. To use the large object interface, it is necessary to enclose it within a transaction block. Note: This function used to be called pg_loread(). Parameters: large_object

Swish::getMetaList

(PECL swish >= 0.1.0) Get the list of meta entries for the index array Swish::getMetaList ( string $index_name ) Parameters: index_name The name of the index file. Returns: Returns an array of meta entries for the given index. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrou

HaruFont::getTextWidth

(PECL haru >= 0.0.1) Get the total width of the text, number of characters, number of words and number of spaces array HaruFont::getTextWidth ( string $text ) Get the total width of the text, number of characters, number of words and number of spaces. Parameters: text The text to measure. Returns: Returns the total width of the text, number of

DOMDocument::loadXML

(PHP 5, PHP 7) Load XML from a string public mixed DOMDocument::loadXML ( string $source [, int $options = 0 ] ) Loads an XML document from a string. Parameters: source The string containing the XML. options Bitwise OR of the libxml option constants. Returns: Returns TRUE on success or FALSE on failure. If c

variant_get_type

(PHP 5, PHP 7) Returns the type of a variant object int variant_get_type ( variant $variant ) Returns the type of a variant object. Parameters: variant The variant object. Returns: This function returns an integer value that indicates the type of variant, which can be an instance of COM, DOTNET or VARIANT classes. The return value can be compared

gmdate

(PHP 4, PHP 5, PHP 7) Format a GMT/UTC date/time string gmdate ( string $format [, int $timestamp = time() ] ) Identical to the date() function except that the time returned is Greenwich Mean Time (GMT). Parameters: format The format of the outputted date string. See the formatting options for the date() function. timestamp The optiona

gzinflate

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Inflate a deflated string string gzinflate ( string $data [, int $length = 0 ] ) This function inflates a deflated string. Parameters: data The data compressed by gzdeflate(). length The maximum length of data to decode. Returns: The original uncompressed data or FALSE on erro