検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 817 for Return (0.039 sec.)
Get Parent Control 3584
« UI\Control::enable UI\Control::getTopLevel » PHP Manual UI\Control Get Parent Control UI\Contr ... public UI\Control::getParent (): UI\Control Shall return the parent Control パラメータ この関数にはパラメー ... rent , パラメータ , getTopLevel , public , Shall , return , parent ...
https://man.plustar.jp/php/ui-control.getparent.html - [similar]
Get Window Size 3584
« UI\Window::error UI\Window::getTitle » PHP Manual UI\Window Get Window Size UI\Window::getSize ... e 説明 public UI\Window::getSize (): UI\Size Shall return the size of this Window パラメータ この関数にはパラ ... getSize , パラメータ , getTitle , public , Shall , return , size ...
https://man.plustar.jp/php/ui-window.getsize.html - [similar]
Setter 3584
« Yac::set 音声フォーマットの操作 » PHP Manual Yac Setter Yac::__set (PECL yac >= 1.0.0) Yac::__ ... type could be stored except リソース 戻り値 Always return the value self 関連キーワード: Setter , Yac , stri ... ng , return , リソース , except , stored , could , type , All ...
https://man.plustar.jp/php/yac.setter.html - [similar]
The Swoole\Mmap class 3557
« Swoole\Lock::unlock Swoole\Mmap::open » PHP Manual Swoole The Swoole\Mmap class The Swoole\Mma ... ilename , string $size = ? , string $offset = ? ): ReturnType } 目次 Swoole\Mmap::open — Map a file into mem ... ory and return the stream resource which can be used by PHP strea ... キーワード: Swoole , Mmap , open , string , stream , ReturnType , which , resource , return , memory ...
https://man.plustar.jp/php/class.swoole-mmap.html - [similar]
Get an errno value 3557
« GearmanClient::error GearmanClient::jobStatus » PHP Manual GearmanClient Get an errno value Ge ... int Value of errno in the case of a GEARMAN_ERRNO return value. パラメータ この関数にはパラメータはありませ ... valid Gearman errno. 参考 GearmanClient::error() - Returns an error string for the last error encountered 関 ... 連キーワード: errno , Get , getErrno , パラメータ , return , Returns , 参考 , valid , 関数 , MAN ...
https://man.plustar.jp/php/gearmanclient.geterrno.html - [similar]
Description 3557
« Imagick::flopImage Imagick::frameImage » PHP Manual Imagick Description Imagick::forwardFourie ... maginary image pair. パラメータ magnitude If true, return as magnitude / phase pair otherwise a real / imagi ... rImage ( 20 , 20 ); $imagick -> autoLevelImage (); return $imagick ; } function forwardFourierTransformImage ... erTransformImage , imaginary , phase , transform , return , パラメータ , either ...
https://man.plustar.jp/php/imagick.forwardfouriertransformimage.html - [similar]
Get Color 3557
« UI\Draw\Brush::__construct UI\Draw\Brush::setColor » PHP Manual UI\Draw\Brush Get Color UI\Dra ... ic UI\Draw\Brush::getColor (): UI\Draw\Color Shall return a UI\Draw\Color for this brush パラメータ この関数 ... パラメータ , construct , setColor , public , Shall , return , 関数 ...
https://man.plustar.jp/php/ui-draw-brush.getcolor.html - [similar]
The MongoDB\BSON\Serializable interface 3524
« MongoDB\BSON\Persistable MongoDB\BSON\Serializable::bsonSerialize » PHP Manual MongoDB\BSON Th ... はじめに Classes that implement this interface may return data to be serialized as a BSON array or document ... able , array , bsonSerialize , public , document , return , data , serialized , implement ...
https://man.plustar.jp/php/class.mongodb-bson-serializable.html - [similar]
指定した配列の要素にコールバック関数を適用する 3524
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を ... 例1 array_map() の例 <?php function cube ( $n ) { return ( $n * $n * $n ); } $a = [ 1 , 2 , 3 , 4 , 5 ]; $b ... 用する例 <?php $func = function( int $value ): int { return $value * 2 ; }; print_r ( array_map ( $func , rang ... tion show_Spanish ( int $n , string $m ): string { return "The number { $n } is called { $m } in Spanish" ; ... nction map_Spanish ( int $n , string $m ): array { return [ $n => $m ]; } $a = [ 1 , 2 , 3 , 4 , 5 ]; $b = [ ...
https://man.plustar.jp/php/function.array-map.html - [similar]
Return a string with the flags of the given field offset 3524
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ... _flags (PECL CUBRID >= 8.3.0) cubrid_field_flags — Return a string with the flags of the given field offset ... result , int $field_offset ): string This function returns a string with the flags of the given field offset ... separated by space. You can split the returned value using explode. The possible flags could be ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]