Imagick::borderImage

(PECL imagick 2.0.0) Surrounds the image with a border bool Imagick::borderImage ( mixed $bordercolor, int $width, int $height ) Surrounds the image with a border of the color defined by the bordercolor ImagickPixel object. Parameters: bordercolor ImagickPixel object or a string containing the border color width Border width

m_initconn

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Create and initialize an MCVE_CONN structure resource m_initconn ( void ) Returns: Returns an MCVE_CONN resource. This function is currently not documented; only its argument list is available. See also: m_des

DateTimeImmutable::setISODate

(PHP 5 >= 5.5.0, PHP 7) Sets the ISO date public DateTimeImmutable DateTimeImmutable::setISODate ( int $year, int $week [, int $day = 1 ] ) Like DateTime::setISODate() but works with DateTimeImmutable.

SolrObject::offsetGet

(PECL solr >= 0.9.2) Used to retrieve a property public mixed SolrObject::offsetGet ( string $property_name ) Used to get the value of a property. This is used when the object is treated as an array. Parameters: property_name Name of the property. Returns: Returns the property value.

MongoId::getPID

(PECL mongo >= 1.0.11) Gets the process ID public int MongoId::getPID ( void ) Extracts the pid from the Mongo ID Returns: Returns the PID of the MongoId.

newt_create_grid

(PECL newt >= 0.1) resource newt_create_grid ( int $cols, int $rows ) Parameters: cols rows Returns: This function is currently not documented; only its argument list is available.

VarnishAdmin::setIdent

(PECL varnish >= 0.8) Set the class ident configuration param public void VarnishAdmin::setIdent ( string $ident ) Parameters: ident Connection ident configuration parameter. Returns:

Gmagick::setimagescene

(PECL gmagick >= Unknown) Sets the image scene public Gmagick Gmagick::setimagescene ( int $scene ) Sets the image scene. Parameters: scene The image scene number. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

dio_tcsetattr

(PHP 4 >= 4.3.0, PHP 5 <= 5.0.5, PHP 7) Sets terminal attributes and baud rate for a serial port bool dio_tcsetattr ( resource $fd, array $options ) dio_tcsetattr() sets the terminal attributes and baud rate of the open fd. Parameters: fd The file descriptor returned by dio_open(). options The currently available options are:

ReflectionClass::getInterfaces

(PHP 5, PHP 7) Gets the interfaces public array ReflectionClass::getInterfaces ( void ) Gets the interfaces. Returns: An associative array of interfaces, with keys as interface names and the array values as ReflectionClass objects. Examples: ReflectionClass::getInterfaces() example <?php interface Foo { } interface Ba