iis_stop_server

(PECL iisfunc SVN) Stops the virtual web server int iis_stop_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

RecursiveFilterIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Return the inner iterator's children contained in a RecursiveFilterIterator public RecursiveFilterIterator RecursiveFilterIterator::getChildren ( void ) Return the inner iterator's children contained in a RecursiveFilterIterator. Returns: Returns a RecursiveFilterIterator containing the inner iterator's children.

ImagickDraw::setViewbox

(PECL imagick 2.0.0) Sets the overall canvas size bool ImagickDraw::setViewbox ( int $x1, int $y1, int $x2, int $y2 ) Sets the overall canvas size to be recorded with the drawing vector data. Usually this will be specified using the same size as the canvas image. When the vector data is saved to SVG or MVG formats, the viewbox is use to specify the size of the canvas image that a viewer will render the vector data on.

PharData::copy

(PHP >= 5.3.0, PECL phar >= 2.0.0) Copy a file internal to the phar archive to another new file within the phar bool PharData::copy ( string $oldfile, string $newfile ) Copy a file internal to the tar/zip archive to another new file within the same archive. This is an object-oriented alternative to using copy() with the phar stream wrapper. Parameters: oldfile Copy

MongoId::__construct

(PECL mongo >= 0.8.0) Creates a new id public MongoId::__construct ([ string|MongoId $id = NULL ] ) Parameters: id A string (must be 24 hexadecimal characters) or a MongoId instance. Returns: Returns a new id. Changelog: 1.4.0 An exception is thrown when passed invalid string

Throwable::getFile

(PHP 7) Gets the file in which the exception occurred abstract public string Throwable::getFile ( void ) Returns the name of the file from which the object was thrown. Returns: Returns the name of the file from which the object was thrown. See also: Exception::getFile() -

curl_share_setopt

(PHP 5 >= 5.5.0, PHP 7) Set an option for a cURL share handle. bool curl_share_setopt ( resource $sh, int $option, string $value ) Sets an option on the given cURL share handle. Parameters: sh A cURL share handle returned by curl_share_init(). option Option Description CURLSHOPT_SHARE Specifies a type of data that should be shared.

IntlBreakIterator::getLocale

(No version information available, might only be in Git) Get the locale associated with the object public ReturnType IntlBreakIterator::getLocale ( string $"locale_type" ) Parameters: "locale_type" Returns: This function is currently not documented; only its argument list is available.

DirectoryIterator::getPerms

(PHP 5, PHP 7) Get the permissions of current DirectoryIterator item public int DirectoryIterator::getPerms ( void ) Get the permissions of the current DirectoryIterator item. Returns: Returns the permissions of the file, as a decimal integer. Examples: DirectoryIterator::getPerms() example <?php $iterator = new Direct

udm_get_res_field

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Fetch a result field string udm_get_res_field ( resource $res, int $row, int $field ) Fetch a mnoGoSearch result field. Parameters: res res - a link to result identifier, received after call to udm_find(). row row - the number of the link on the current page. May have