ps_set_border_dash

(PECL ps >= 1.1.0) Sets length of dashes for border of annotations bool ps_set_border_dash ( resource $psdoc, float $black, float $white ) Links added with one of the functions ps_add_weblink(), ps_add_pdflink(), etc. will be displayed with a surounded rectangle when the postscript document is converted to pdf and viewed in a pdf viewer. This rectangle is not visible in the postscript document. This function sets the leng

__halt_compiler

(PHP 5 >= 5.1.0, PHP 7) Halts the compiler execution void __halt_compiler ( void ) Halts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files. Byte position of the data start can be determined by the __COMPILER_HALT_OFFSET__ constant which is defined only if there is a __halt_compiler() presented in the file. Returns: No value is retur

trader_bop

(PECL trader >= 0.2.0) Balance Of Power array trader_bop ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price, ar

filesize

(PHP 4, PHP 5, PHP 7) Gets file size int filesize ( string $filename ) Gets the size for the given file. Parameters: filename Path to the file. Returns: Returns the size of the file in bytes, or FALSE (and generates an error of level E_WARNING) in case of an error. Note: Because PHP's integer type is signed and many platforms use 32bit integers

ps_symbol_width

(PECL ps >= 1.2.0) Gets width of a glyph float ps_symbol_width ( resource $psdoc, int $ord [, int $fontid = 0 [, float $size = 0.0 ]] ) Calculates the width of a glyph in points if it was output in the given font and font size. This function needs an Adobe font metrics file to calculate the precise width. Parameters: psdoc Resource identifier of the postscript file a

SolrCollapseFunction::__construct

(PECL solr >= 2.2.0) Constructor public SolrCollapseFunction::__construct ([ string $field ] ) Collapse Function constructor Parameters: field The field name to collapse on. In order to collapse a result. The field type must be a single valued String, Int or Float. Examples: SolrCollapseFunction::__construct() exa

IntlRuleBasedBreakIterator::getRules

(No version information available, might only be in Git) Get the rule set used to create this object public ReturnType IntlRuleBasedBreakIterator::getRules ( void ) Returns: This function is currently not documented; only its argument list is available.

ZMQContext::getSocket

(PECL zmq >= 0.5.0) Create a new socket public ZMQSocket ZMQContext::getSocket ( integer $type [, string $persistent_id = null [, callback $on_new_socket = null ]] ) Shortcut for creating new sockets from the context. If the context is not persistent the persistent_id parameter is ignored and the socket falls back to being non-persistent. The on_new_socket is called only when a new underlying socket structure is created

bcompiler_load

(PECL bcompiler >= 0.4) Reads and creates classes from a bz compressed file bool bcompiler_load ( string $filename ) Reads data from a bzcompressed file and creates classes from the bytecodes. Parameters: filename The bzcompressed file path, as a string. Returns: Returns TRUE on success or FALSE on failure.

SolrCollapseFunction::getMax

(PECL solr >= 2.2.0) Returns max parameter public string SolrCollapseFunction::getMax ( void ) Returns max parameter Returns: See also: SolrCollapseFunction::setMax() -