検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 140 for map (0.052 sec.)
Returns the result of applying a callback to each value 6148
« Ds\Deque::last Ds\Deque::merge » PHP Manual Deque Returns the result of applying a callback to ... each value Ds\Deque::map (PECL ds >= 1.0.0) Ds\Deque::map — Returns the res ... ing a callback to each value 説明 public Ds\Deque::map ( callable $callback ): Ds\Deque Returns the resul ... rrent instance won't be affected. 例 例1 Ds\Deque::map() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 ... , 3 ]); print_r ( $deque -> map (function( $value ) { return $value * 2 ; })); pri ...
https://man.plustar.jp/php/ds-deque.map.html - [similar]
Returns the result of applying a callback to each value 6148
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... llback to each value Ds\Sequence::map (PECL ds >= 1.0.0) Ds\Sequence::map — Returns the ... ck to each value 説明 abstract public Ds\Sequence::map ( callable $callback ): Ds\Sequence Returns the re ... nt instance won't be affected. 例 例1 Ds\Sequence::map() example <?php $sequence = new \ Ds \ Vector ([ 1 ... , 2 , 3 ]); print_r ( $sequence -> map (function( $value ) { return $value * 2 ; })); pri ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Returns the result of applying a callback to each value 6148
« Ds\Vector::last Ds\Vector::merge » PHP Manual Vector Returns the result of applying a callback ... to each value Ds\Vector::map (PECL ds >= 1.0.0) Ds\Vector::map — Returns the re ... ng a callback to each value 説明 public Ds\Vector::map ( callable $callback ): Ds\Vector Returns the resu ... rent instance won't be affected. 例 例1 Ds\Vector::map() example <?php $vector = new \ Ds \ Vector ([ 1 , ... 2 , 3 ]); print_r ( $vector -> map (function( $value ) { return $value * 2 ; })); pri ...
https://man.plustar.jp/php/ds-vector.map.html - [similar]
設定で定義したルートをルーターに追加する 5815
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... route_name1.route.action=action routes.route_name1.map.1=name routes.route_name1.map.2=value ;a simple ro ... e3.type="supervar" routes.route_name3.varname=r ;a map route match any request to controller routes.route ... _name4.type="map" routes.route_name4.controllerPrefer=TRUE routes.r ... Simple Yaf_Route_Regex Yaf_Route_Rewrite Yaf_Route_Map 関連キーワード: route , Yaf , ルート , 設定 , 追加 ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
画像の生のピクセルをエクスポートする 5791
« Imagick::evaluateImage Imagick::extentImage » PHP Manual Imagick 画像の生のピクセルをエクスポー ... t $x , int $y , int $width , int $height , string $map , int $STORAGE ): array 画像のピクセルを配列にエク ... スポートします。map には、エクスポートするピクセルの順序を指定します。 ... 返される配列の大きさは width * height * strlen(map) となります。 このメソッドは、ImageMagick バージョ ... トする範囲の幅。 height エクスポートする範囲の高さ。 map エクスポートするピクセルの順序。 "RGB" など。 map ...
https://man.plustar.jp/php/imagick.exportimagepixels.html - [similar]
HTML 数値エンティティを文字にデコードする 5755
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... mb_decode_numericentity ( string $string , array $map , ? string $encoding = null ): string 文字列 strin ... を返します。 パラメータ string デコードする文字列。 map map は変換するコード領域を指定する配列です。 encod ... 8.0.0 encoding は、nullable になりました。 例 例1 map の例 <?php $convmap = array ( int start_code1 , in ... とり、 // 数値エンティティに値を変換します。 ?> 例2 map を使って JavaScript の文字列をエスケープする例 <?p ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
Map a file into memory and return the stream resource which can be used by PHP s... 5636
« Swoole\Mmap Swoole\MySQL » PHP Manual Swoole\Mmap Map a file into memory and return the stream ... hich can be used by PHP stream operations. Swoole\Mmap::open (PECL swoole >= 1.9.0) Swoole\Mmap::open — M ... PHP stream operations. 説明 public static Swoole\Mmap::open ( string $filename , string $size = ? , stri ... ename size offset 戻り値 関連キーワード: Swoole , Mmap , stream , string , open , offset , size , filenam ...
https://man.plustar.jp/php/swoole-mmap.open.html - [similar]
文字を HTML 数値エンティティにエンコードする 5588
« mb_encode_mimeheader mb_encoding_aliases » PHP Manual マルチバイト文字列 関数 文字を HTML 数値 ... mb_encode_numericentity ( string $string , array $map , ? string $encoding = null , bool $hex = false ): ... 換します。 パラメータ string エンコードする文字列。 map map は、変換するコード領域を指定する配列です。 enc ... 8.0.0 encoding は、nullable になりました。 例 例1 map の例 <?php $convmap = array ( int start_code1 , in ... -8859-1 の左面をHTML数値エンティティに変換 */ $convmap = array( 0x80 , 0xff , 0 , 0xff ); $str = mb_encod ...
https://man.plustar.jp/php/function.mb-encode-numericentity.html - [similar]
The Pair class 5564
« Ds\Map::xor Ds\Pair::clear » PHP Manual Data Structures The Pair class The Pair class (No vers ... ight only be in Git) はじめに A pair is used by Ds\Map to pair keys with values. クラス概要 class Ds\Pair ... Pair , Ds , public , Returns , construct , copy , Map , toArray , array , values ...
https://man.plustar.jp/php/class.ds-pair.html - [similar]
画像のピクセルをインポートする 5553
« Imagick::implodeImage Imagick::inverseFourierTransformImage » PHP Manual Imagick 画像のピクセル ... t $x , int $y , int $width , int $height , string $map , int $storage , array $pixels ): bool 配列から画像 ... にピクセルをインポートします。 map は、通常は 'RGB' です。このメソッドのパラメータには ... あります。配列内のピクセルの量が、 width x height x mapの長さ と一致しなければなりません。 このメソッドは、 ... 画像の y 位置。 width 画像の幅。 height 画像の高さ。 map ピクセルの並び順を表す文字列。たとえば RGB のように ...
https://man.plustar.jp/php/imagick.importimagepixels.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT