HaruDoc::getFont

(PECL haru >= 0.0.1) Get HaruFont instance object HaruDoc::getFont ( string $fontname [, string $encoding ] ) Get a HaruFont instance. Parameters: fontname The name of the font. See Builtin Fonts for the list of builtin fonts. You can also use the name of a font loaded via HaruDoc::loadTTF(), HaruDoc::loadTTC() and HaruDoc::loadType1(). encoding

SDO_DAS_DataFactory::addType

(^) Add a new type to a model void SDO_DAS_DataFactory::addType ( string $type_namespace_uri, string $type_name [, array $options ] ) Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters: type_namespace_uri The namespace of the type.

SplFileInfo::isExecutable

(PHP 5 >= 5.1.2, PHP 7) Tells if the file is executable public bool SplFileInfo::isExecutable ( void ) Checks if the file is executable. Returns: Returns TRUE if executable, FALSE otherwise. Examples: SplFileInfo::isExecutable() example <?php $info = new SplFileInfo('/usr/bin/php'); var_dump($info->isExecutable()

VarnishAdmin::getPanic

(PECL varnish >= 0.4) Get the last panic message on a varnish instance public string VarnishAdmin::getPanic ( void ) Returns: Returns the last panic message on the current varnish instance.

RRDGraph::save

(PECL rrd >= 0.9.0) Saves the result of query into image public array RRDGraph::save ( void ) Saves the result of RRD database query into image defined by RRDGraph::__construct(). Returns: Array with information about generated image is returned, FALSE if error occurs.

OAuthProvider::setParam

(PECL OAuth >= 1.0.0) Set a parameter final public bool OAuthProvider::setParam ( string $param_key [, mixed $param_val ] ) Sets a parameter. Parameters: param_key The parameter key. param_val The optional parameter value. To exclude a parameter from signature verification, set its value to NULL. Returns:

EventBase::exit

(PECL event >= 1.2.6-beta) Stop dispatching events public bool EventBase::exit ([ double $timeout ] ) Tells event base to stop optionally after given number of seconds. Parameters: timeout Optional number of seconds after which the event base should stop dispatching events. Returns: Returns TRUE on success. Otherwise FALSE.

IntlDateFormatter::getCalendarObject

(PHP 5 >= 5.5.0, PHP 7, PECL intl >= 3.0.0) Get copy of formatterʼs calendar object public IntlCalendar IntlDateFormatter::getCalendarObject ( void ) Object oriented style Procedural style IntlCalendar datefmt_get_calendar_object ( void ) Obtain a copy of the calendar object used internally by this formatter. This calendar will have a type (as in gregorian, japanese, buddhist, roc, persian, islamic, etc.) and a ti

Execution Operators

Examples: PHP supports one execution operator: backticks (``). Note that these are not single-quotes! PHP will attempt to execute the contents of the backticks as a shell command; the output will be returned (i.e., it won't simply be dumped to output; it can be assigned to a variable). Use of the backtick operator is identical to shell_exec(). <?php $output = `ls -al`; echo "<pre>$output</pre>"; ?>

ps_open_file

(PECL ps >= 1.1.0) Opens a file for output bool ps_open_file ( resource $psdoc [, string $filename ] ) Creates a new file on disk and writes the PostScript document into it. The file will be closed when ps_close() is called. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). filename The name of the