SWFButton::setHit

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_HIT) void SWFButton::setHit ( SWFShape $shape ) swfbutton::sethit() alias for addShape(shape, SWFBUTTON_HIT). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release o

Yaf_Response_Abstract::getBody

(Yaf >=1.0.0) Retrieve a exists content public mixed Yaf_Response_Abstract::getBody ([ string $key ] ) Retrieve a exists content Parameters: key the content key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used. if you pass in a NULL, then all contents will be returned as a array Note: this parameter is introduced as of 2.2.0

SVMModel::predict_probability

(PECL svm >= 0.1.4) Return class probabilities for previous unseen data public float SVMModel::predict_probability ( array $data ) This function accepts an array of data and attempts to predict the class, as with the predict function. Additionally, however, this function returns an array of probabilities, one per class in the model, which represent the estimated chance of the data supplied being a member of that class. Re

OAuthProvider::timestampNonceHandler

(PECL OAuth >= 1.0.0) Set the timestampNonceHandler handler callback public void OAuthProvider::timestampNonceHandler ( callable $callback_function ) Sets the timestamp nonce handler callback, which will later be called with OAuthProvider::callTimestampNonceHandler(). Errors related to timestamp/nonce are thrown to this callback. Parameters: callback_function The call

curl_unescape

(PHP 5 >= 5.5.0, PHP 7) Decodes the given URL encoded string string curl_unescape ( resource $ch, string $str ) This function decodes the given URL encoded string. Parameters: ch A cURL handle returned by curl_init(). str The URL encoded string to be decoded. Returns: Returns decoded string or FALSE on failure

imagesettile

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the tile image for filling bool imagesettile ( resource $image, resource $tile ) imagesettile() sets the tile image to be used by all region filling functions (such as imagefill() and imagefilledpolygon()) when filling with the special color IMG_COLOR_TILED. A tile is an image used to fill an area with a repeated pattern. Any GD image can be used as a tile, and by setting the transpare

ifx_pconnect

(PHP 4, PHP <=5.2.0) Open persistent Informix connection resource ifx_pconnect ([ string $database [, string $userid [, string $password ]]] ) ifx_pconnect() acts very much like ifx_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is found, an identifier for it will be returned inst

openal_listener_set

(PECL openal >= 0.1.0) Set a listener property bool openal_listener_set ( int $property, mixed $setting ) Parameters: property Property to set, one of: AL_GAIN (float), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)) and AL_ORIENTATION (array(float,float,float)). setting Value to set, either float, or a

Gmagick::getimageprofile

(PECL gmagick >= Unknown) Returns the named image profile. public string Gmagick::getimageprofile ( string $name ) Returns the named image profile. Returns: Returns a string containing the image profile. Exception: Throws an GmagickException on error.

fann_get_bit_fail_limit

(PECL fann >= 1.0.0) Returns the bit fail limit used during training float fann_get_bit_fail_limit ( resource $ann ) Returns the bit fail limit used during training. The bit fail limit is used during training where the stop function is set to FANN_STOPFUNC_BIT. The limit is the maximum accepted difference between the desired output and the actual output during training. Each output that diverges more than this limit i