$argv

(PHP 4, PHP 5, PHP 7) Array of arguments passed to script Contains an array of all the arguments passed to the script when running from the command line. Note: The first argument $argv[0] is always the name that was used to run the script. Note: This variable is not available when register_argc_argv is disabled. Examples: $argv example <?php var_du

HaruPage::endText

(PECL haru >= 0.0.1) End current text object bool HaruPage::endText ( void ) Finalizes current text object. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

Yaf_Response_Abstract::setBody

(Yaf >=1.0.0) Set content to response public bool Yaf_Response_Abstract::setBody ( string $content [, string $key ] ) Set content to response Parameters: body content string key the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used Note: this parameter is i

maxdb_stmt_errno

(PECL maxdb >= 1.0) Returns the error code for the most recent statement call int maxdb_stmt_errno ( resource $stmt ) Procedural style Object oriented style int $maxdb_stmt->errno; For the statement specified by stmt, maxdb_stmt_errno() returns the error code for the most recently invoked statement function that can succeed or fail. Note: For possible error codes see documentation of SQLDBC: » http://maxdb.sap.com

Imagick::filter

(No version information available, might only be in Git) Description public void Imagick::filter ( ImagickKernel $ImagickKernel [, int $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Applies a custom convolution kernel to the image. Parameters: ImagickKernel An instance of ImagickKernel that represents either a single kernel or a linked series of kernels.

fbsql_rollback

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Rollback a transaction to the database bool fbsql_rollback ([ resource $link_identifier ] ) Ends the current transaction by rolling back all statements issued since last commit. This command is only needed if autocommit is set to false. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(

RecursiveTreeIterator::key

(PHP 5 >= 5.3.0, PHP 7) Get the key of the current element public string RecursiveTreeIterator::key ( void ) Gets the current key prefixed and postfixed. Returns: Returns the current key prefixed and postfixed. This function is currently not documented; only its argument list is available.

radius_put_vendor_attr

(PECL radius >= 1.1.0) Attaches a vendor specific binary attribute bool radius_put_vendor_attr ( resource $radius_handle, int $vendor, int $type, string $value [, int $options = 0 [, int $tag ]] ) Attaches a vendor specific binary attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters:

enchant_dict_is_in_session

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) whether or not 'word' exists in this spelling-session bool enchant_dict_is_in_session ( resource $dict, string $word ) Tells whether or not a word already exists in the current session. Parameters: dict Dictionary resource word The word to lookup Returns: Re

ZipArchive::getExternalAttributesName

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Retrieve the external attributes of an entry defined by its name bool ZipArchive::getExternalAttributesName ( string $name, int &$opsys, int &$attr [, int $flags ] ) Retrieve the external attributes of an entry defined by its name. Parameters: name Name of the entry. opsys On suc