ociparse

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

HaruPage::setSlideShow

(PECL haru >= 0.0.1) Set transition style for the page bool HaruPage::setSlideShow ( int $type, float $disp_time, float $trans_time ) Defines transition style for the page. Parameters: type Must be one of the following values: HaruPage::TS_WIPE_RIGHT HaruPage::TS_WIPE_LEFT HaruPage::TS_WIPE_UP HaruPage::TS_WIPE_DOWN HaruPage::TS_BARN_DOORS_HORIZONTAL_OUT Ha

fann_set_output_scaling_params

(PECL fann >= 1.0.0) Calculate output scaling parameters for future use based on training data bool fann_set_output_scaling_params ( resource $ann, resource $train_data, float $new_output_min, float $new_output_max ) Calculate output scaling parameters for future use based on training data. Parameters: ann Neural network resource. train_data

EventBuffer::copyout

(PECL event >= 1.2.6-beta) Copies out specified number of bytes from the front of the buffer public int EventBuffer::copyout ( string &$data , int $max_bytes ) Behaves just like EventBuffer::read() , but does not drain any data from the buffer. I.e. it copies the first max_bytes bytes from the front of the buffer into data . If there are fewer than max_bytes bytes available, the function copies all the bytes there ar

ocidefinebyname

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

SolrQuery::getGroupFacet

(PECL solr >= 2.2.0) Returns the group.facet parameter value public bool SolrQuery::getGroupFacet ( void ) Returns the group.facet parameter value Returns: See also: SolrQuery::setGroupFacet() -

socket_read

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Reads a maximum of length bytes from a socket string socket_read ( resource $socket, int $length [, int $type = PHP_BINARY_READ ] ) The function socket_read() reads from the socket resource socket created by the socket_create() or socket_accept() functions. Parameters: socket A valid socket resource created with socket_create() or socket

Imagick::getIteratorIndex

(PECL imagick 2.0.0) Gets the index of the current active image int Imagick::getIteratorIndex ( void ) Returns the index of the current active image within the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns an integer containing the index of the image in the stack. Exception: Throw

socket_close

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Closes a socket resource void socket_close ( resource $socket ) socket_close() closes the socket resource given by socket. This function is specific to sockets and cannot be used on any other type of resources. Parameters: socket A valid socket resource created with socket_create() or socket_accept(). Returns: N

Yaf_Config_Simple::valid

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