Yaf_Config_Ini::__isset

(Yaf >=1.0.0) The __isset purpose public void Yaf_Config_Ini::__isset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

ocicolumnsize

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_field_size() Alias of oci_field_size() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

RecursiveIteratorIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Get inner iterator public iterator RecursiveIteratorIterator::getInnerIterator ( void ) Gets the current active sub iterator. Returns: The current active sub iterator. This function is currently not documented; only its argument list is available.

curl_share_setopt

(PHP 5 >= 5.5.0, PHP 7) Set an option for a cURL share handle. bool curl_share_setopt ( resource $sh, int $option, string $value ) Sets an option on the given cURL share handle. Parameters: sh A cURL share handle returned by curl_share_init(). option Option Description CURLSHOPT_SHARE Specifies a type of data that should be shared.

gupnp_root_device_stop

(PECL gupnp >= 0.1.0) Stop main loop bool gupnp_root_device_stop ( resource $root_device ) Stop root server's main loop. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). Returns: Returns TRUE on success or FALSE on failure. See also:

GearmanJob::handle

(PECL gearman >= 0.5.0) Get the job handle public string GearmanJob::handle ( void ) Returns the opaque job handle assigned by the job server. Returns: An opaque job handle. See also: GearmanTask::jobHandle() -

udm_find

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Perform search resource udm_find ( resource $agent, string $query ) Performs a search. The search itself. The first argument - session, the next one - query itself. To find something just type words you want to find and press SUBMIT button. For example, "mysql odbc". You should not use quotes " in query, they are written here only to divide a query from o

mcrypt_generic_init

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function initializes all buffers needed for encryption int mcrypt_generic_init ( resource $td, string $key, string $iv ) You need to call this function before every call to mcrypt_generic() or mdecrypt_generic(). Parameters: td The encryption descriptor. key The maximum length of the key should be

Gmagick::getimagecompose

(PECL gmagick >= Unknown) Returns the composite operator associated with the image public int Gmagick::getimagecompose ( void ) Returns the composite operator associated with the image. Returns: Returns the composite operator associated with the image. Exception: Throws an GmagickException on error.

newt_win_choice

(PECL newt >= 0.1) int newt_win_choice ( string $title, string $button1_text, string $button2_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title button1_text button2_text format args Returns: