Yar_Server::handle

(PECL yar >= 1.0.0) Start RPC Server public boolean Yar_Server::handle ( void ) Start a RPC HTTP server, and ready for accpet RPC requests. Note: Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to the uri, the service information (commented section above) will be printed on the page Returns: boolean Exa

newt_checkbox_get_value

(PECL newt >= 0.1) Retreives value of checkox resource string newt_checkbox_get_value ( resource $checkbox ) This function returns the character in the sequence which indicates the current value of the checkbox. Parameters: checkbox This function returns the character in the sequence which indicates the current value of the checkbox. Returns:

Yar_Client::setOpt

(PECL yar >= 1.0.0) Set calling contexts public boolean Yar_Client::setOpt ( number $name, mixed $value ) Parameters: name it can be: YAR_OPT_PACKAGER, YAR_OPT_PERSISTENT (Need server support), YAR_OPT_TIMEOUT, YAR_OPT_CONNECT_TIMEOUT value it can be: YAR_OPT_PACKAGER, YAR_OPT_PERSISTENT (Need server support), YAR_OPT_TIMEOUT, YAR_OPT_

CairoContext::getDashCount

(PECL cairo >= 0.1.0) The getDashCount purpose public int CairoContext::getDashCount ( void ) Object oriented style (method): Procedural style: int cairo_get_dash_count ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

CairoContext::strokeExtents

(PECL cairo >= 0.1.0) The strokeExtents purpose public array CairoContext::strokeExtents ( void ) Object oriented style (method): Procedural style: array cairo_stroke_extents ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently no

CairoContext::pushGroup

(PECL cairo >= 0.1.0) The pushGroup purpose public void CairoContext::pushGroup ( void ) Object oriented style (method): Procedural style: void cairo_push_group ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented;

FilterIterator::current

(PHP 5 >= 5.1.0, PHP 7) Get the current element value public mixed FilterIterator::current ( void ) Get the current element value. Returns: The current element value. This function is currently not documented; only its argument list is available. See also: FilterIte

stream_bucket_new

(PHP 5, PHP 7) Create a new bucket for use on the current stream object stream_bucket_new ( resource $stream, string $buffer ) This function is currently not documented; only its argument list is available.

HaruPage::getTextRise

(PECL haru >= 0.0.1) Get the current value of text rising float HaruPage::getTextRise ( void ) Get the current value of text rising. Returns: Returns the current value of text rising. Exception: Throws a HaruException on error. See also: HaruPage::setTextRise() -

SVMModel::getSvrProbability

(PECL svm >= 0.1.5) Get the sigma value for regression types public float SVMModel::getSvrProbability ( void ) For regression models, returns a sigma value. If there is no probability information or the model is not SVR, 0 is returned. Returns: Returns a sigma value