IntlCalendar::add

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Add a (signed) amount of time to a field public bool IntlCalendar::add ( int $field, int $amount ) Object oriented style Procedural style bool intlcal_add ( IntlCalendar $cal , int $field , int $amount ) Add a signed amount to a field. Adding a positive amount allows advances in time, even if the numeric value of the field decreases (e.g. when working with years in BC dates). Oth

imagecreatetruecolor

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Create a new true color image resource imagecreatetruecolor ( int $width, int $height ) imagecreatetruecolor() returns an image identifier representing a black image of the specified size. Depending on your PHP and GD versions this function is defined or not. With PHP 4.0.6 through 4.1.x this function always exists if the GD module is loaded, but calling it without GD2 being installed PHP

ImagickDraw::setTextAlignment

(PECL imagick 2.0.0) Specifies a text alignment bool ImagickDraw::setTextAlignment ( int $alignment ) Specifies a text alignment to be applied when annotating with text. Parameters: alignment ALIGN_ constant Returns: No value is returned. This function is currently not documented; only its argument list is ava

Yaf_Request_Abstract::setBaseUri

(Yaf >=1.0.0) set base URI public bool Yaf_Request_Abstract::setBaseUri ( string $uir ) Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leadding part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to "a/b", only "/c" will be used in routing phase. Note: generally, you d

streamWrapper::stream_set_option

(PHP 5 >= 5.3.0, PHP 7) Change stream options public bool streamWrapper::stream_set_option ( int $option, int $arg1, int $arg2 ) This method is called to set options on the stream. Parameters: option One of: STREAM_OPTION_BLOCKING (The method was called in response to stream_set_blocking()) STREAM_OPTION_READ_TIMEOUT (The method was called in response to stream_set_

SplFixedArray::setSize

(PHP 5 >= 5.3.0, PHP 7) Change the size of an array public int SplFixedArray::setSize ( int $size ) Change the size of an array to the new size of size. If size is less than the current array size, any values after the new size will be discarded. If size is greater than the current array size, the array will be padded with NULL values. Parameters: size The new array si

stream_wrapper_unregister

(PHP 5 >= 5.1.0, PHP 7) Unregister a URL wrapper bool stream_wrapper_unregister ( string $protocol ) Allows you to disable an already defined stream wrapper. Once the wrapper has been disabled you may override it with a user-defined wrapper using stream_wrapper_register() or reenable it later on with stream_wrapper_restore(). Parameters: protocol Allows you to disable

socket_getpeername

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type bool socket_getpeername ( resource $socket, string &$address [, int &$port ] ) Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type. Parameters:

MongoDB::repair

(PECL mongo >=0.9.0) Repairs and compacts this database public array MongoDB::repair ([ bool $preserve_cloned_files = FALSE [, bool $backup_original_files = FALSE ]] ) This creates a fresh copy of all database data. It will remove any corrupt data and compact and large stretches of free space it finds. This is a very slow operation on a large database. This is usually run from the shell or the command line, not the dr

XMLWriter::startDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD AttList bool XMLWriter::startDTDAttlist ( string $name ) Object oriented style Procedural style bool xmlwriter_start_dtd_attlist ( resource $xmlwriter , string $name ) Starts a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This reso