ZMQContext::__construct

(PECL zmq >= 0.5.0) Construct a new ZMQContext object ZMQContext::__construct ([ integer $io_threads = 1 [, boolean $is_persistent = true ]] ) Constructs a new ZMQ context. The context is used to initialize sockets. A persistent context is required to initialize persistent sockets. Parameters: io_threads Number of io-threads in the context. is_

ncurses_bkgd

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set background property for terminal screen int ncurses_bkgd ( int $attrchar ) Parameters: attrchar This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This functi

libxml_get_last_error

(PHP 5 >= 5.1.0, PHP 7) Retrieve last error from libxml LibXMLError libxml_get_last_error ( void ) Retrieve last error from libxml. Returns: Returns a LibXMLError object if there is any error in the buffer, FALSE otherwise. See also: libxml_get_errors() - libxml_clear_errors() -

KTaglib_ID3v2_AttachedPictureFrame::setType

(0.2.0) Set the type of the image public void KTaglib_ID3v2_AttachedPictureFrame::setType ( int $type ) Sets the type of the image. This can be e.g. FrontCover or FileIcon. Please refer to the KTaglib_ID3v2_AttachedPictureFrame class description for a list of available types and their constant mappings.

apc_sma_info

(PECL apc >= 2.0.0) Retrieves APC's Shared Memory Allocation information array apc_sma_info ([ bool $limited = false ] ) Retrieves APC's Shared Memory Allocation information. Parameters: limited When set to FALSE (default) apc_sma_info() will return a detailed information about each segment. Returns: Array of Shared Memory Allocation data;

cairo_font_options_merge

(PECL cairo >= 0.1.0) Description void cairo_font_options_merge ( CairoFontOptions $options, CairoFontOptions $other ) The function description goes here. Parameters: options Description... other Description... Returns: What is returned on success and failure This functi

array_slice

(PHP 4, PHP 5, PHP 7) Extract a slice of the array array array_slice ( array $array, int $offset [, int $length = NULL [, bool $preserve_keys = false ]] ) array_slice() returns the sequence of elements from the array array as specified by the offset and length parameters. Parameters: array The input array. offset If offset is non-nega

fann_set_activation_function_hidden

(PECL fann >= 1.0.0) Sets the activation function for all of the hidden layers bool fann_set_activation_function_hidden ( resource $ann, int $activation_function ) Sets the activation function for all of the hidden layers. Parameters: ann Neural network resource. activation_function The activation functions constant.

hw_api::info

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns information about server configuration array hw_api::info ( array $parameter ) Returns information about server configuration. Parameters: parameter Returns information about server configuration. Returns: See also:

msql_field_seek

(PHP 4, PHP 5, PHP 7) Set field offset bool msql_field_seek ( resource $result, int $field_offset ) Seeks to the specified field offset. If the next call to msql_fetch_field() won't include a field offset, this field would be returned. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_