SDO_DAS_Relational::executePreparedQuery

(^) Executes an SQL query passed as a prepared statement, with a list of values to substitute for placeholders, and return the results as a normalised data graph. SDODataObject SDO_DAS_Relational::executePreparedQuery ( PDO $database_handle , PDOStatement $prepared_statement , array $value_list [, array $column_specifier ] ) Executes a given query against the relational database, using the supplied PDO database handle.

Yaf_Router::__construct

(Yaf >=1.0.0) Yaf_Router constructor public Yaf_Router::__construct ( void ) Returns:

Overloading

Changelog: 5.3.0 Added __callStatic(). Added warning to enforce public visibility and non-static declaration. 5.1.0 Added __isset() and __unset(). Added support for __get() for overloading of private properties. 5.0.0 Added __get(). Examples: Overloading properties via the __get(), __set(), __isset() and __unset() methods __set() is run when writing data to inaccessi

HaruPage::endPath

(PECL haru >= 0.0.1) End current path object without filling and painting operations bool HaruPage::endPath ( void ) Ends current path object without performing filling and painting operations. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

RecursiveIteratorIterator::next

(PHP 5, PHP 7) Move forward to the next element public void RecursiveIteratorIterator::next ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SplPriorityQueue::__construct

(PHP 5 >= 5.3.0, PHP 7) Constructs a new empty queue public SplPriorityQueue::__construct ( void ) This constructs a new empty queue. Returns: No value is returned.

PDF_set_info

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Fill document info field bool PDF_set_info ( resource $p, string $key, string $value ) Fill document information field key with value. Returns TRUE on success or FALSE on failure.

Yaf_Request_Http::__construct

(Yaf >=1.0.0) Constructor of Yaf_Request_Http public Yaf_Request_Http::__construct ([ string $request_uri [, string $base_uri ]] ) Returns: This function is currently not documented; only its argument list is available.

mhash_keygen_s2k

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Generates a key string mhash_keygen_s2k ( int $hash, string $password, string $salt, int $bytes ) Generates a key according to the given hash, using an user provided password. This is the Salted S2K algorithm as specified in the OpenPGP document (» RFC 2440). Keep in mind that user supplied passwords are not really suitable to be used as keys in cryptographic algorithms, since users norm

SplFileInfo::setFileClass

(PHP 5 >= 5.1.2, PHP 7) Sets the class used with SplFileInfo::openFile() public void SplFileInfo::setFileClass ([ string $class_name = "SplFileObject" ] ) Use this method to set a custom class which will be used when SplFileInfo::openFile() is called. The class name passed to this method must be SplFileObject or a class derived from SplFileObject. Parameters: class_name