UConverter::getSourceType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the source convertor type public integer UConverter::getSourceType ( void ) Returns: This function is currently not documented; only its argument list is available.

EventHttpRequest::clearHeaders

(PECL event >= 1.4.0-beta) Removes all output headers from the header list of the request public void EventHttpRequest::clearHeaders ( void ) Removes all output headers from the header list of the request. Returns: No value is returned. See also: EventHttpRequest::addHeader() -

EventBufferEvent::getEnabled

(PECL event >= 1.2.6-beta) Returns bitmask of events currently enabled on the buffer event public int EventBufferEvent::getEnabled ( void ) Returns bitmask of events currently enabled on the buffer event Returns: Returns integer representing a bitmask of events currently enabled on the buffer event See also:

svn_fs_props_changed

(PECL svn >= 0.2.0) Return true if props are different, false otherwise bool svn_fs_props_changed ( resource $root1, string $path1, resource $root2, string $path2 ) Return true if props are different, false otherwise This function is currently not documented; only its argument list is available.

fann_set_input_scaling_params

(PECL fann >= 1.0.0) Calculate input scaling parameters for future use based on training data bool fann_set_input_scaling_params ( resource $ann, resource $train_data, float $new_input_min, float $new_input_max ) Calculate input scaling parameters for future use based on training data. Parameters: ann Neural network resource. train_data

hw_api_content::mimetype

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns mimetype string hw_api_content::mimetype ( void ) Returns the mimetype of the content. Returns: Returns the mimetype as a string.

V8JsException::getJsFileName

(PECL v8js >= 0.1.0) The getJsFileName purpose final public string V8JsException::getJsFileName ( void ) Returns: This function is currently not documented; only its argument list is available.

ZipArchive::locateName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) Returns the index of the entry in the archive int ZipArchive::locateName ( string $name [, int $flags ] ) Locates an entry using its name. Parameters: name The name of the entry to look up flags The flags are specified by ORing the following values, or 0 for none of them. ZipArchive::F

ZMQSocket::unbind

(PECL zmq >= 1.0.4) Unbind the socket public ZMQSocket ZMQSocket::unbind ( string $dsn ) Unbind the socket from an endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm. Parameters: dsn The previously bound dsn, for example transport://address. Returns: Returns th

Judy::prevEmpty

(PECL judy >= 0.1.1) Search for the previous absent index in the Judy array public int Judy::prevEmpty ( mixed $index ) Search (exclusive) for the previous index absent that is less than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the correspo