検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1231 for function (0.017 sec.)
Construct a new ZMQSocket 3089
« ZMQSocket::connect ZMQSocket::disconnect » PHP Manual ZMQSocket Construct a new ZMQSocket ZMQS ... ack to non-persistent mode. on_new_socket Callback function, which is executed when a new socket structure is ... created. This function does not get invoked if the underlying persistent ... t socket <?php /* The socket is persistent so this function is called only on the first request to the script. ... */ function on_new_socket_cb ( ZMQSocket $socket , $persistent ...
https://man.plustar.jp/php/zmqsocket.construct.html - [similar]
Data Structures 3072
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... :apply — Updates all values by applying a callback function to each value Ds\Sequence::capacity — Returns the ... es the sequence to a single value using a callback function Ds\Sequence::remove — Removes and returns a value ... :apply — Updates all values by applying a callback function to each value Ds\Vector::capacity — Returns the cu ... uces the vector to a single value using a callback function Ds\Vector::remove — Removes and returns a value by ...
https://man.plustar.jp/php/book.ds.html - [similar]
The Swoole\Timer class 3072
« Swoole\Table::valid Swoole\Timer::after » PHP Manual Swoole The Swoole\Timer class The Swoole\ ... id } 目次 Swoole\Timer::after — Trigger a callback function after a period of time. Swoole\Timer::clear — Dele ... r is existed. Swoole\Timer::tick — Repeats a given function at every given time-interval. 関連キーワード: Swoo ... timer , after , public , int , static , callback , function , given ...
https://man.plustar.jp/php/class.swoole-timer.html - [similar]
利用可能な暗号メソッドを取得 3072
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... ld be avoided $ciphers = array_filter ( $ciphers , function( $n ) { return stripos ( $n , "ecb" )=== FALSE ; } ... ES, MD5 based $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c , "des" )=== FALSE ; } ... ); $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c , "rc2" )=== FALSE ; } ... ); $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c , "rc4" )=== FALSE ; } ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
以前の例外ハンドラ関数を回復する 3072
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回 ... ます。 例 例1 restore_exception_handler() の例 <?php function exception_handler_1 ( Exception $e ) { echo '[' . ... __FUNCTION__ . '] ' . $e -> getMessage (); } function excepti ... on_handler_2 ( Exception $e ) { echo '[' . __FUNCTION__ . '] ' . $e -> getMessage (); } set_exception_ha ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
Description 3072
« Imagick::borderImage Imagick::charcoalImage » PHP Manual Imagick Description Imagick::brightne ... s into slope and intercept and calls a polynomical function to apply to the image. パラメータ brightness contr ... す。 例 例1 Imagick::brightnessContrastImage() <?php function brightnessContrastImage ( $imagePath , $brightness ... ontrastImage , float , into , パラメータ , apply , function , polynomical , ca ...
https://man.plustar.jp/php/imagick.brightnesscontrastimage.html - [similar]
色を補間する 3072
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... THOD_BARYCENTRIC Imagick::sparseColorImage() <?php function renderImageBarycentric2 () { $points = [ [ 0.30 , ... RMETHOD_BILINEAR Imagick::sparseColorImage() <?php function renderImageBilinear () { $points = [[ 0.30 , 0.10 ... RMETHOD_SPEPARDS Imagick::sparseColorImage() <?php function renderImageShepards () { $points = [ [ 0.30 , 0.10 ... ORMETHOD_VORONOI Imagick::sparseColorImage() <?php function renderImageVoronoi () { $points = [ [ 0.30 , 0.10 ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
プロパティ 3072
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... { public int $id ; public ? string $name ; public function __construct ( int $id , ? string $name ) { $this - ... int $numberOfSides ; public string $name ; public function setNumberOfSides ( int $numberOfSides ): void { $t ... his -> numberOfSides = $numberOfSides ; } public function setName ( string $name ): void { $this -> name = $ ... name ; } public function getNumberOfSides (): int { return $this -> numberO ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
メソッドが定義されているかどうかを調べる 3072
« ReflectionClass::hasConstant ReflectionClass::hasProperty » PHP Manual ReflectionClass メソッド ... tionClass::hasMethod() の例 <?php Class C { public function publicFoo () { return true ; } protected function ... protectedFoo () { return true ; } private function privateFoo () { return true ; } static function st ...
https://man.plustar.jp/php/reflectionclass.hasmethod.html - [similar]
Export the lob object to a file 3055
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... string $file_name ): bool The cubrid_lob2_export() function is used to save the contents of BLOB/CLOB data to ... a file. To use this function, you must use cubrid_lob2_new() or fetch a lob obj ... file already exists, the operation will fail. This function will not influence the cursor position of the lob ... ード: lob , cubrid , file , Export , the , export , function , from , new , CLOB ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]