DateTime::getTimestamp

(PHP 5 >= 5.3.0, PHP 7) Gets the Unix timestamp public int DateTime::getTimestamp ( void ) Object oriented style public int DateTimeImmutable::getTimestamp ( void ) public int DateTimeInterface::getTimestamp ( void ) Procedural style int date_timestamp_get ( DateTimeInterface $object ) Gets the Unix timestamp. Returns: Returns the Unix timestamp representing the date.

Phar::isBuffering

(PHP >= 5.3.0, PECL phar >= 1.0.0) Used to determine whether Phar write operations are being buffered, or are flushing directly to disk public bool Phar::isBuffering ( void ) This method can be used to determine whether a Phar will save changes to disk immediately, or whether a call to Phar::stopBuffering() is needed to enable saving changes. Phar write buffering is per-archive, buffering active for the foo.phar Phar

require

(PHP 4, PHP 5, PHP 7)

SimpleXMLElement::saveXML

(PHP 5 >= 5.2.0, PHP 7) Alias of SimpleXMLElement::asXML() This method is an alias of: SimpleXMLElement::asXML()

OCI-Lob::save

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Saves data to the large object bool OCI-Lob::save ( string $data [, int $offset ] ) Saves data to the large object. Parameters: data The data to be saved. offset Can be used to indicate offset from the beginning of the large object. Returns: Returns TRUE on success or FALSE

stream_notification_callback

(PHP 5 >= 5.2.0, PHP 7) A callback function for the notification context parameter void stream_notification_callback ( int $notification_code, int $severity, string $message, int $message_code, int $bytes_transferred, int $bytes_max ) A callable function, used by the notification context parameter, called during an event. Note: This is not a real function, only a prototype of how the function should be.

ImagickPixelIterator::setIteratorLastRow

(PECL imagick 2.0.0) Sets the pixel iterator to the last pixel row bool ImagickPixelIterator::setIteratorLastRow ( void ) Sets the pixel iterator to the last pixel row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

EvSignal::createStopped

(PECL ev >= 0.2.0) Create stopped EvSignal watcher object final public static EvSignal EvSignal::createStopped ( int $signum , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Create stopped EvSignal watcher object. Unlike EvSignal::__construct() , this method does't start the watcher automatically. Parameters: signum Signal number. See constants e

msql_error

(PHP 4, PHP 5, PHP 7) Returns error message of last msql call string msql_error ( void ) msql_error() returns the last issued error by the mSQL server. Note that only the last error message is accessible with msql_error(). Returns: The last error message or an empty string if no error was issued.

EventDnsBase::addNameserverIp

(PECL event >= 1.2.6-beta) Adds a nameserver to the DNS base public bool EventDnsBase::addNameserverIp ( string $ip ) Adds a nameserver to the evdns_base. Parameters: ip The nameserver string, either as an IPv4 address, an IPv6 address, an IPv4 address with a port ( IPv4:Port ), or an IPv6 address with a port ( [IPv6]:Port ). Returns: Returns