GearmanJob::setReturn

(PECL gearman >= 0.5.0) Set a return value public bool GearmanJob::setReturn ( int $gearman_return_t ) Sets the return value for this job, indicates how the job completed. Parameters: gearman_return_t A valid Gearman return value. Returns: Description...

ldap_set_rebind_proc

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set a callback function to do re-binds on referral chasing bool ldap_set_rebind_proc ( resource $link, callable $callback ) This function is currently not documented; only its argument list is available.

mysqli_driver::$report_mode

(PHP 5, PHP 7) Enables or disables internal report functions bool mysqli_report ( int $flags ) Object oriented style int $mysqli_driver->report_mode ; Procedural style A function helpful in improving queries during code development and testing. Depending on the flags, it reports errors from mysqli function calls or queries that don't use an index (or use a bad index). Parameters:

com_create_guid

(PHP 5, PHP 7) Generate a globally unique identifier (GUID) string com_create_guid ( void ) Generates a Globally Unique Identifier (GUID). A GUID is generated in the same way as DCE UUID's, except that the Microsoft convention is to enclose a GUID in curly braces. Returns: Returns the GUID as a string.

cubrid_get_client_info

(PECL CUBRID >= 8.3.0) Return the client library version string cubrid_get_client_info ( void ) This function returns a string that represents the client library version. Returns: A string that represents the client library version; on success. FALSE on failure. Examples: cubrid_get_client_info() example <?php pri

stats_rand_gen_t

(PECL stats >= 1.0.0) Generates a single random deviate from a T distribution float stats_rand_gen_t ( float $df ) Parameters: df Returns: This function is currently not documented; only its argument list is available.

SplPriorityQueue::setExtractFlags

(PHP 5 >= 5.3.0, PHP 7) Sets the mode of extraction public void SplPriorityQueue::setExtractFlags ( int $flags ) Parameters: flags Defines what is extracted by SplPriorityQueue::current(), SplPriorityQueue::top() and SplPriorityQueue::extract(). SplPriorityQueue::EXTR_DATA (0x00000001): Extract the data SplPriorityQueue::EXTR_PRIORITY (0x00000002): Extract the priority

apache_getenv

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Get an Apache subprocess_env variable string apache_getenv ( string $variable [, bool $walk_to_top = false ] ) Retrieve an Apache environment variable specified by variable. This function requires Apache 2 otherwise it's undefined. Parameters: variable The Apache environment variable walk_to_top Whet

imagecreatefromgd

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Create a new image from GD file or URL resource imagecreatefromgd ( string $filename ) Create a new image from GD file or URL. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for links to information about what abilities the various wrappers h

Yaf_Loader::__wakeup

(Yaf >=1.0.0) The __wakeup purpose private void Yaf_Loader::__wakeup ( void ) Returns: This function is currently not documented; only its argument list is available.