V8Js::executeString

(PECL v8js >= 0.1.0) Execute a string as Javascript code public mixed V8Js::executeString ( string $script [, string $identifier = "V8Js::executeString()" [, int $flags = V8Js::FLAG_NONE ]] ) Compiles and executes the string passed with script as Javascript code. Parameters: script The code string to be executed. identifier Identif

Imagick::getImageChannelDepth

(PECL imagick 2.0.0) Gets the depth for a particular image channel int Imagick::getImageChannelDepth ( int $channel ) Gets the depth for a particular image channel. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to Imagick::CHANNEL_DEFAULT.

SessionHandler::open

(PHP 5 >= 5.4.0, PHP 7) Initialize session public bool SessionHandler::open ( string $save_path, string $session_name ) Create new session, or re-initialize existing session. Called internally by PHP when a session starts either automatically or when session_start() is invoked. This method wraps the internal PHP save handler defined in the session.save_handler ini setting that was set before this handler was set by sess

newt_checkbox_tree

(PECL newt >= 0.1) resource newt_checkbox_tree ( int $left, int $top, int $height [, int $flags ] ) Parameters: left top height flags Returns: This function is currently not documented; only its argument list is available.

DOMDocument::createAttributeNS

(PHP 5, PHP 7) Create new attribute node with an associated namespace public DOMAttr DOMDocument::createAttributeNS ( string $namespaceURI, string $qualifiedName ) This function creates a new instance of class DOMAttr. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: namespaceURI The URI of the namespace.

TokyoTyrantQuery::valid

(PECL tokyo_tyrant >= 0.1.0) Checks the validity of current item public bool TokyoTyrantQuery::valid ( void ) Checks if the current item is valid. Part of the Iterator interface Returns: Returns TRUE if the current item is valid and FALSE if not. Examples: TokyoTyrantQuery iterator example <?php /* Connect to a tabl

imap_create

(PHP 4, PHP 5, PHP 7) Alias of imap_createmailbox() This function is an alias of: imap_createmailbox().

fann_get_cascade_activation_steepnesses_count

(PECL fann >= 1.0.0) The number of activation steepnesses int fann_get_cascade_activation_steepnesses_count ( resource $ann ) The number of activation steepnesses in the fann_get_cascade_activation_functions() array. The default number of activation steepnesses is 4. Parameters: ann Neural network resource. Returns: The number of activation st

Imagick::getImageDistortion

(PECL imagick 2.0.0) Compares an image to a reconstructed image float Imagick::getImageDistortion ( MagickWand $reference, int $metric ) Compares an image to a reconstructed image and returns the specified distortion metric. Parameters: reference Imagick object to compare to. metric One of the metric type constants.

stream_socket_get_name

(PHP 5, PHP 7) Retrieve the name of the local or remote sockets string stream_socket_get_name ( resource $handle, bool $want_peer ) Returns the local or remote name of a given socket connection. Parameters: handle The socket to get the name of. want_peer If set to TRUE the remote socket name will be returned, if set to FALSE the local s