AppendIterator::key

(PHP 5 >= 5.1.0, PHP 7) Gets the current key public scalar AppendIterator::key ( void ) Get the current key. Returns: The current key if it is valid or NULL otherwise. Examples: AppendIterator::key() basic example <?php $array_a = new ArrayIterator(array('a' => 'aardwolf', 'b' => 'bear', 'c' => 'capybara')

PharData::offsetUnset

(PHP >= 5.3.0, PECL phar >= 2.0.0) remove a file from a tar/zip archive bool PharData::offsetUnset ( string $offset ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetUnset is used for deleting an existing file, and is called by the unset() language construct. Parameters: o

Imagick::clipPathImage

(PECL imagick 2.0.0) Clips along the named paths from the 8BIM profile bool Imagick::clipPathImage ( string $pathname, bool $inside ) Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. Parameters: pathname The name

pg_connection_status

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get connection status int pg_connection_status ( resource $connection ) pg_connection_status() returns the status of the specified connection. Parameters: connection PostgreSQL database connection resource. Returns: PGSQL_CONNECTION_OK or PGSQL_CONNECTION_BAD. E

IntlBreakIterator::first

(No version information available, might only be in Git) Set position to the first character in the text public ReturnType IntlBreakIterator::first ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::createTitleInstance

(No version information available, might only be in Git) Create break iterator for title-casing breaks public static ReturnType IntlBreakIterator::createTitleInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list is available.

compact

(PHP 4, PHP 5, PHP 7) Create array containing variables and their values array compact ( mixed $varname1 [, mixed $... ] ) Creates an array containing variables and their values. For each of these, compact() looks for a variable with that name in the current symbol table and adds it to the output array such that the variable name becomes the key and the contents of the variable become the value for that key. In short, it d

trader_cdl3whitesoldiers

(PECL trader >= 0.2.0) Three Advancing White Soldiers array trader_cdl3whitesoldiers ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

MultipleIterator::__construct

(PHP 5 >= 5.3.0, PHP 7) Constructs a new MultipleIterator public MultipleIterator::__construct ([ int $flags = MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS_NUMERIC ] ) Construct a new MultipleIterator. Parameters: flags The flags to set, according to the Flag Constants. MultipleIterator::MIT_NEED_ALL or MultipleIterator::MIT_NEED_ANY MultipleIterator::MIT_KEYS_NUMER

CairoContext::textPath

(PECL cairo >= 0.1.0) The textPath purpose public void CairoContext::textPath ( string $string ) Object oriented style Procedural style void cairo_text_path ( CairoContext $context , string $text ) Adds closed paths for text to the current path. The generated path, if filled, achieves an effect similar to that of CairoContext::showText(). Text conversion and positioning is done similar to CairoContext::showText(). L