Yaf_Config_Simple::offsetSet

(Yaf >=1.0.0) The offsetSet purpose public void Yaf_Config_Simple::offsetSet ( string $name, string $value ) Parameters: name value Returns: This function is currently not documented; only its argument list is available.

stats_stat_correlation

(PECL stats >= 1.0.0) Not documented float stats_stat_correlation ( array $arr1, array $arr2 ) Parameters: arr1 arr2 Returns: This function is currently not documented; only its argument list is available.

mysqli_stmt::send_long_data

(PHP 5, PHP 7) Send data in blocks bool mysqli_stmt::send_long_data ( int $param_nr, string $data ) Object oriented style Procedural style bool mysqli_stmt_send_long_data ( mysqli_stmt $stmt , int $param_nr , string $data ) Allows to send parameter data to the server in pieces (or chunks), e.g. if the size of a blob exceeds the size of max_allowed_packet. This function can be called multiple times to send the parts of a cha

SVM::setOptions

(PECL svm >= 0.1.0) Set training parameters public bool SVM::setOptions ( array $params ) Set one or more training parameters. Parameters: params An array of training parameters, keyed on the SVM constants. Returns: Return true on success, throws SVMException on error.

openssl_csr_export

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a CSR as a string bool openssl_csr_export ( resource $csr, string &$out [, bool $notext = true ] ) openssl_csr_export() takes the Certificate Signing Request represented by csr and stores it as ascii-armoured text into out, which is passed by reference. Parameters: csr openssl_csr_export() takes the Certificate Signing Reques

DOMDocument::createElement

(PHP 5, PHP 7) Create new element node public DOMElement DOMDocument::createElement ( string $name [, string $value ] ) This function creates a new instance of class DOMElement. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: name The tag name of the element. value The val

cubrid_lob2_tell64

(PECL CUBRID >= 8.4.1) Tell the cursor position of the LOB object. string cubrid_lob2_tell64 ( resource $lob_identifier ) The cubrid_lob2_tell64() function is used to tell the cursor position of the LOB object. If the size of a lob object is larger than an integer data can be stored, you can use this function and it will return the position information as a string. Parameters: lob_

DOMDocument::createAttribute

(PHP 5, PHP 7) Create new attribute public DOMAttr DOMDocument::createAttribute ( string $name ) 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: name The name of the attribute. Returns: The new DOMAttr or FALSE if an error occur

RecursiveTreeIterator::rewind

(PHP 5 >= 5.3.0, PHP 7) Rewind iterator public void RecursiveTreeIterator::rewind ( void ) Rewinds the iterator to the first element of the top level inner iterator. Returns: No value is returned. This function is currently not documented; only its argument list is available.

mcrypt_enc_get_key_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the maximum supported keysize of the opened mode int mcrypt_enc_get_key_size ( resource $td ) Gets the maximum supported key size of the algorithm in bytes. Parameters: td The encryption descriptor. Returns: Returns the maximum supported key size of the algorithm in bytes.