yaz_element

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) Specifies Element-Set Name for retrieval bool yaz_element ( resource $id, string $elementset ) This function sets the element set name for retrieval. Call this function before yaz_search() or yaz_present() to specify the element set name for records to be retrieved. Note: If this function appears to have no effect, see the description of the piggybacking option in yaz_connect

oci_parse

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Prepares an Oracle statement for execution resource oci_parse ( resource $connection, string $sql_text ) Prepares sql_text using connection and returns the statement identifier, which can be used with oci_bind_by_name(), oci_execute() and other functions. Statement identifiers can be freed with oci_free_statement() or by setting the variable to NULL. Parameters:

PDF_suspend_page

(PECL pdflib >= 2.0.0) Suspend page bool PDF_suspend_page ( resource $pdfdoc, string $optlist ) Suspends the current page so that it can later be resumed with PDF_resume_page().

PDF_restore

(PHP 4, PECL pdflib >= 1.0.0) Restore graphics state bool PDF_restore ( resource $p ) Restores the most recently saved graphics state. Returns TRUE on success or FALSE on failure.

StompException::getDetails

(PECL stomp >= 0.1.0) Get exception details public string StompException::getDetails ( void ) Get exception details. Returns: string containing the error details.

get_current_user

(PHP 4, PHP 5, PHP 7) Gets the name of the owner of the current PHP script string get_current_user ( void ) Returns the name of the owner of the current PHP script. Returns: Returns the username as a string. Examples: get_current_user() example <?php echo 'Current script owner: ' . get_current_user(); ?> The abov

HaruPage::circle

(PECL haru >= 0.0.1) Append a circle to the current path bool HaruPage::circle ( float $x, float $y, float $ray ) Appends a circle to the current path. Parameters: x Horizontal coordinate of the center point. y Vertical coordinate of the center point. ray The ray of the circle.

SWFMovie::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new movie object, representing an SWF version 4 movie SWFMovie::__construct ([ int $version ] ) Creates a new movie object, representing an SWF movie. Parameters: version The desired SWF version. Default is 4. This function is EXPERIMENTAL. The behaviour of this function, its name, a

DOMDocument::getElementById

(PHP 5, PHP 7) Searches for an element with a certain id public DOMElement DOMDocument::getElementById ( string $elementId ) This function is similar to DOMDocument::getElementsByTagName but searches for an element with a given id. For this function to work, you will need either to set some ID attributes with DOMElement::setIdAttribute or a DTD which defines an attribute to be of type ID. In the later case, you will need t

mysqli::get_warnings

(PHP 5 >= 5.1.0, PHP 7) Get result of SHOW WARNINGS mysqli_warning mysqli::get_warnings ( void ) Object oriented style Procedural style mysqli_warning mysqli_get_warnings ( mysqli $link ) This function is currently not documented; only its argument list is available.