pg_untrace

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Disable tracing of a PostgreSQL connection bool pg_untrace ([ resource $connection ] ) Stop tracing started by pg_trace(). Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the last connection made by pg_connect() or pg_pconnect().

RecursiveIteratorIterator::beginChildren

(PHP 5 >= 5.1.0, PHP 7) Begin children public void RecursiveIteratorIterator::beginChildren ( void ) Is called after calling RecursiveIteratorIterator::getChildren(), and its associated RecursiveIteratorIterator::rewind(). Returns: No value is returned. This function is currently not documented; only its argument list is available.

HaruFont::getFontName

(PECL haru >= 0.0.1) Get the name of the font string HaruFont::getFontName ( void ) Get the name of the font. Returns: Returns the name of the font. Exception: Throws a HaruException on error.

natsort

(PHP 4, PHP 5, PHP 7) Sort an array using a "natural order" algorithm bool natsort ( array &$array ) This function implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". An example of the difference between this algorithm and the regular computer string sorting algorithms (used in sort()) can be seen

IntlDateFormatter::formatObject

(PHP 5 >= 5.5.0, PHP 7, PECL intl >= 3.0.0) Formats an object public static string IntlDateFormatter::formatObject ( object $object [, mixed $format = NULL [, string $locale = NULL ]] ) Object oriented style Procedural style public static string datefmt_format_object ( object $object [, mixed $format = NULL [, string $locale = NULL ]] ) This function allows formatting an IntlCalendar or DateTime object without f

MongoGridFSFile::getResource

(PECL mongo >=1.3.0) Returns a resource that can be used to read the stored file public resource MongoGridFSFile::getResource ( void ) This method returns a stream resource that can be used with all file functions in PHP that deal with reading files. The contents of the file are pulled out of MongoDB on the fly, so that the whole file does not have to be loaded into memory first. At most two GridFSFile chunks will be lo

DatePeriod::__construct

(PHP 5 >= 5.3.0, PHP 7) Creates a new DatePeriod object public DatePeriod::__construct ( DateTimeInterface $start , DateInterval $interval , int $recurrences [, int $options ] ) public DatePeriod::__construct ( DateTimeInterface $start , DateInterval $interval , DateTimeInterface $end [, int $options ] ) public DatePeriod::__construct ( string $isostr [, int $options ] ) Creates a new DatePeriod object. Parameters:

cubrid_put

(PECL CUBRID >= 8.3.0) Update a column using OID int cubrid_put ( resource $conn_identifier, string $oid [, string $attr ], mixed $value ) The cubrid_put() function is used to update an attribute of the instance of the given oid. You can update single attribute by using string data type to set attr. In such case, you can use integer, floating point or string type data for the value argument. To update multiple number of

CairoContext::getLineCap

(PECL cairo >= 0.1.0) The getLineCap purpose public int CairoContext::getLineCap ( void ) Object oriented style (method): Procedural style: int cairo_get_line_cap ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented

fbsql_field_seek

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set result pointer to a specified field offset bool fbsql_field_seek ( resource $result [, int $field_offset ] ) Seeks to the specified field offset. If the next call to fbsql_fetch_field() doesn't include a field offset, the field offset specified in fbsql_field_seek() will be returned. Parameters: result A result identifier returned by f