DateTime::setTimestamp

(PHP 5 >= 5.3.0, PHP 7) Sets the date and time based on an Unix timestamp public DateTime DateTime::setTimestamp ( int $unixtimestamp ) Object oriented style Procedural style DateTime date_timestamp_set ( DateTime $object , int $unixtimestamp ) Sets the date and time based on an Unix timestamp. Parameters: object Procedural style only: A DateTime object returned by dat

ImagickDraw::setFontStyle

(PECL imagick 2.0.0) Sets the font style to use when annotating with text bool ImagickDraw::setFontStyle ( int $style ) Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option. Parameters: style STYLETYPE_ constant Returns: No value is returned. Th

ZMQDevice::setIdleCallback

(No version information available, might only be in Git) Set the idle callback function public ZMQDevice ZMQDevice::setIdleCallback ( callable $cb_func, integer $timeout [, mixed $user_data ] ) Sets the idle callback function. If idle timeout is defined the idle callback function shall be called if the internal poll loop times out without events. If the callback function returns false or a value that evaluates to false the d

XMLWriter::writeCData

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full CDATA tag bool XMLWriter::writeCData ( string $content ) Object oriented style Procedural style bool xmlwriter_write_cdata ( resource $xmlwriter , string $content ) Writes a full CDATA. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a

cairo_pdf_surface_create

(PECL cairo >= 0.1.0) Description CairoPdfSurface cairo_pdf_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and

wddx_deserialize

(PHP 4, PHP 5, PHP 7) Unserializes a WDDX packet mixed wddx_deserialize ( string $packet ) Unserializes a WDDX packet. Parameters: packet A WDDX packet, as a string or stream. Returns: Returns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays.

ncurses_slk_clear

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears soft labels from screen bool ncurses_slk_clear ( void ) The function ncurses_slk_clear() clears soft label keys from screen. Returns: Returns TRUE on errors, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change wit

geoip_database_info

(PECL geoip >= 0.2.0) Get GeoIP Database information string geoip_database_info ([ int $database = GEOIP_COUNTRY_EDITION ] ) The geoip_database_info() function returns the corresponding GeoIP Database version as it is defined inside the binary file. If this function is called without arguments, it returns the version of the GeoIP Free Country Edition. Parameters: database

openssl_pkcs7_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decrypts an S/MIME encrypted message bool openssl_pkcs7_decrypt ( string $infilename, string $outfilename, mixed $recipcert [, mixed $recipkey ] ) Decrypts the S/MIME encrypted message contained in the file specified by infilename using the certificate and its associated private key specified by recipcert and recipkey. Parameters: infilename

EventBuffer::substr

(PECL event >= 1.6.0) Substracts a portion of the buffer data public string EventBuffer::substr ( int $start [, int $length ] ) Substracts up to length bytes of the buffer data beginning at start position. Parameters: start The start position of data to be substracted. length Maximum number of bytes to substract.