GearmanClient::addOptions

(PECL gearman >= 0.6.0) Add client options public bool GearmanClient::addOptions ( int $options ) Adds one or more options to those already set. Parameters: options The options to add. One of the following constants, or a combination of them using the bitwise OR operator ("|"): GEARMAN_CLIENT_GENERATE_UNIQUE, GEARMAN_CLIENT_NON_BLOCKING, GEARMAN_CLIENT_UNBUFFERED_RESUL

SDO_DAS_Relational::executeQuery

(^) Executes a given SQL query against a relational database and returns the results as a normalised data graph. SDODataObject SDO_DAS_Relational::executeQuery ( PDO $database_handle , string $SQL_statement [, array $column_specifier ] ) Executes a given query against the relational database, using the supplied PDO database handle. Uses the model that it built from the metadata to interpret the result set. Returns a dat

exif_thumbnail

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Retrieve the embedded thumbnail of a TIFF or JPEG image string exif_thumbnail ( string $filename [, int &$width [, int &$height [, int &$imagetype ]]] ) exif_thumbnail() reads the embedded thumbnail of a TIFF or JPEG image. If you want to deliver thumbnails through this function, you should send the mimetype information using the header() function. It is possible that exif_th

SDO_DAS_XML::saveString

(^) Saves the SDO_DAS_XML_Document object to a string string SDO_DAS_XML::saveString ( SDO_XMLDocument $xdoc [, int $indent ] ) Saves the SDO_DAS_XML_Document object to string. Parameters: xdoc SDO_DAS_XML_Document object. indent Optional argument to specify that the xml should be formatted. A non-negative integer is the amount to in

ReflectionFunction::getClosure

(PHP >= 5.4.0) Returns a dynamically created closure for the function public Closure ReflectionFunction::getClosure ( void ) Returns: Returns Closure. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

SDO_DAS_DataFactory::addType

(^) Add a new type to a model void SDO_DAS_DataFactory::addType ( string $type_namespace_uri, string $type_name [, array $options ] ) Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters: type_namespace_uri The namespace of the type.

PDF_fill_stroke

(PHP 4, PECL pdflib >= 1.0.0) Fill and stroke path bool PDF_fill_stroke ( resource $p ) Fills and strokes the current path with the current fill and stroke color. Returns TRUE on success or FALSE on failure.

SDO_Model_Type::isDataType

(^) Test to see if this SDO_Model_Type is a primitive data type bool SDO_Model_Type::isDataType ( void ) Test to see if this SDO_Model_Type is a primitive data type. Returns TRUE if this type is a primitive data type, otherwise returns FALSE. Returns: Returns TRUE if this type is a primitive data type, otherwise returns FALSE. This function is EXPERIMENTAL. T

DateTime::format

(PHP 5 >= 5.2.0, PHP 7) Returns date formatted according to given format public string DateTime::format ( string $format ) Object oriented style public string DateTimeImmutable::format ( string $format ) public string DateTimeInterface::format ( string $format ) Procedural style string date_format ( DateTimeInterface $object , string $format ) Returns date formatted according to given format. Parameter

get_included_files

(PHP 4, PHP 5, PHP 7) Returns an array with the names of included or required files array get_included_files ( void ) Gets the names of all files that have been included using include, include_once, require or require_once. Returns: Returns an array of the names of all files. The script originally called is considered an "included file," so it will be listed together with the files referenced by