gupnp_context_new

(PECL gupnp >= 0.1.0) Create a new context resource gupnp_context_new ([ string $host_ip [, int $port = 0 ]] ) Create a new context with the specified host_ip and port. Parameters: host_ip The local host's IP address, or NULL to use the IP address of the first non-loopback network interface. port Port to run on, or 0 if you don't ca

gupnp_device_info_get

(PECL gupnp >= 0.1.0) Get info of root device array gupnp_device_info_get ( resource $root_device ) Get info of root device. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). Returns: Return array wich contains the information of the root device (like location, url, udn and etc).

bbcode_add_element

(PECL bbcode >= 0.9.0) Adds a bbcode element bool bbcode_add_element ( resource $bbcode_container, string $tag_name, array $tag_rules ) Adds a tag to an existing BBCode_Container tag_set using tag_rules. Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). tag_name The new tag to add to the BBCode_Cont

GearmanWorker::setTimeout

(PECL gearman >= 0.6.0) Set socket I/O activity timeout public bool GearmanWorker::setTimeout ( int $timeout ) Sets the interval of time to wait for socket I/O activity. Parameters: timeout An interval of time in milliseconds. A negative value indicates an infinite timeout. Returns: Always returns TRUE.

DateTime::setDate

(PHP 5 >= 5.2.0, PHP 7) Sets the date public DateTime DateTime::setDate ( int $year, int $month, int $day ) Object oriented style Procedural style DateTime date_date_set ( DateTime $object , int $year , int $month , int $day ) Resets the current date of the DateTime object to a different date. Parameters: object Procedural style only: A DateTime object returned by date

array_intersect

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Computes the intersection of arrays array array_intersect ( array $array1, array $array2 [, array $... ] ) array_intersect() returns an array containing all the values of array1 that are present in all the arguments. Note that keys are preserved. Parameters: array1 The array with master values to check. array2

SWFShape::setLeftFill

(PHP 5 <= 5.3.0, PECL ming SVN) Sets left rasterizing color void SWFShape::setLeftFill ( SWFGradient $fill ) void setLeftFill ( int $red , int $green , int $blue [, int $a ] ) What this nonsense is about is, every edge segment borders at most two fills. When rasterizing the object, it's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified. swfshape::setleftfill() se

RRDCreator::__construct

(PECL rrd >= 0.9.0) Creates new RRDCreator instance public RRDCreator::__construct ( string $path [, string $startTime [, int $step = 0 ]] ) Creates new RRDCreator instance. Parameters: path Path for newly created RRD database file. startTime Time for the first value in RRD database. Parameter supports all formats which are supporte

ncurses_noqiflush

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Do not flush on signal characters void ncurses_noqiflush ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is cur

Imagick::getFont

(PECL imagick 2.1.0) Gets font string Imagick::getFont ( void ) Returns the objects font property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns the string containing the font name or FALSE if not font is set. See also: Imagick::setFont() -