PDF_setrgbcolor

(PHP 4, PECL pdflib >= 1.0.0) Set fill and stroke rgb color values [deprecated] bool PDF_setrgbcolor ( resource $p, float $red, float $green, float $blue ) Sets the current fill and stroke color to the supplied RGB values. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

SoapServer::setObject

(PHP 5 >= 5.2.0, PHP 7) Sets the object which will be used to handle SOAP requests public void SoapServer::setObject ( object $object ) This sets a specific object as the handler for SOAP requests, rather than just a class as in SoapServer::setClass(). Parameters: object The object to handle the requests. Returns: No value is returned.

newt_textbox_set_text

(PECL newt >= 0.1) void newt_textbox_set_text ( resource $textbox, string $text ) Parameters: textbox text Returns: No value is returned. This function is currently not documented; only its argument list is available.

svn_cat

(PECL svn >= 0.1.0) Returns the contents of a file in a repository string svn_cat ( string $repos_url [, int $revision_no ] ) Returns the contents of the URL repos_url to a file in the repository, optionally at revision number revision_no. Parameters: repos_url String URL path to item in a repository. revision_no Integer revision num

KTaglib_MPEG_AudioProperties::isCopyrighted

(0.0.1) Returns the copyright status of an MPEG file public bool KTaglib_MPEG_AudioProperties::isCopyrighted ( void ) Returns true if the MPEG file is copyrighted Returns: Returns true if the MPEG file is copyrighted

bcompiler_write_file

(PECL bcompiler >= 0.6) Writes a php source file as bytecodes bool bcompiler_write_file ( resource $filehandle, string $filename ) This function compiles specified source file into bytecodes, and writes them to the open file handle. Parameters: filehandle A file handle as returned by fopen(). filename The source file path, as a strin

ReflectionClass::getTraitNames

(PHP >= 5.4.0) Returns an array of names of traits used by this class public array ReflectionClass::getTraitNames ( void ) Returns: Returns an array with trait names in values. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

SoapServer::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapServer constructor public SoapServer::__construct ( mixed $wsdl [, array $options ] ) This function is an alias of: SoapServer::SoapServer()

SphinxClient::setServer

(PECL sphinx >= 0.1.0) Set searchd host and port public bool SphinxClient::setServer ( string $server, int $port ) Sets searchd host name and TCP port. All subsequent requests will use the new host and port settings. Default host and port are 'localhost' and 3312, respectively. Parameters: server IP or hostname. port Port number.

PDF_set_text_rendering

(PHP 4, PECL pdflib >= 1.0.0) Determine text rendering [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrendering parameter instead.