検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 2443 for Array (0.093 sec.)
ユーザー定義の比較関数を用いて、キーで配列をソートする 2345
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uks ... 較関数を用いて、キーで配列をソートする 説明 uksort ( array &$array , callable $callback ): bool 順序を決めるユ ... ーザー定義の比較関数を用いて、 array のキーをソートします。 注意 : 比較結果が等しくなる ... ポインタは最初の要素にリセットされます。 パラメータ array 入力の配列。 callback 比較関数は、最初の引数と二番 ... , '' , $b ); return strcasecmp ( $a , $b ); } $a = array( "John" => 1 , "the Earth" => 2 , "an apple" => 3 ...
https://man.plustar.jp/php/function.uksort.html - [similar]
変数を WDDX パケットにシリアライズする 2345
« wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd ... rialize_vars() の例 <?php $a = 1 ; $b = 5.5 ; $c = array( "blue" , "orange" , "violet" ); $d = "colors" ; $ ... clvars = array( "c" , "d" ); echo wddx_serialize_vars ( "a" , "b" ... name='b'><number>5.5</number></var><var name='c'><array length='3'> <string>blue</string><string>orange</s ... tring><string>violet</string></array></var> <var name='d'><string>colors</string></var> ...
https://man.plustar.jp/php/function.wddx-serialize-vars.html - [similar]
現在のアフィン変換行列を設定する 2345
« ImagickDraw ImagickDraw::annotation » PHP Manual ImagickDraw 現在のアフィン変換行列を設定する ... 変換行列を設定する 説明 public ImagickDraw::affine ( array $affine ): bool 警告 この関数は、 現在のところ詳細 ... ; //Scale the drawing co-ordinates. $affineScale = array( "sx" => 1.75 , "sy" => 1.75 , "rx" => 0 , "ry" => ... ; //Shear the drawing co-ordinates. $affineShear = array( "sx" => 1 , "sy" => 1 , "rx" => sin ( $angle ), " ... duces incorrectly scaled drawings. $affineRotate = array( "sx" => cos ( $angle ), "sy" => cos ( $angle ), " ...
https://man.plustar.jp/php/imagickdraw.affine.html - [similar]
マジックメソッド 2345
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... します。 __sleep() と __wakeup() public __sleep (): array public __wakeup (): void serialize() は、クラスに特 ... password ); } public function __sleep () { return array( 'dsn' , 'username' , 'password' ); } public funct ... ialize() と __unserialize() public __serialize (): array public __unserialize ( array $data ): void seriali ... s -> password ); } public function __serialize (): array { return [ 'dsn' => $this -> dsn , 'user' => $this ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
複数のサーバーをサーバープールに追加する 2345
« Memcached::addServer Memcached::append » PHP Manual Memcached 複数のサーバーをサーバープールに ... プールに追加する 説明 public Memcached::addServers ( array $servers ): bool Memcached::addServers() は、 serv ... このサーバーを選択する重みを増やします。 パラメータ array プールに追加するサーバーの配列。 戻り値 成功した場 ... ers() の例 <?php $m = new Memcached (); $servers = array( array( 'mem1.domain.com' , 11211 , 33 ), array( ' ...
https://man.plustar.jp/php/memcached.addservers.html - [similar]
配列のサイズを取得する 2345
« SplFixedArray::fromArray SplFixedArray::key » PHP Manual SplFixedArray 配列のサイズを取得する ... SplFixedArray::getSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedAr ... tSize — 配列のサイズを取得する 説明 public SplFixedArray::getSize (): int 配列のサイズを取得します。 パラメ ... り値 配列のサイズを int で返します。 例 例1 SplFixedArray::getSize() の例 <?php $array = new SplFixedArray ( ... 5 ); echo $array -> getSize (). "\n" ; $array -> setSize ( 10 ); ec ...
https://man.plustar.jp/php/splfixedarray.getsize.html - [similar]
The MongoDB\BSON\Persistable interface 2332
« MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persist ... lizable::bsonSerialize() would return a sequential array, injection of the __pclass property will cause the ... ublic MongoDB\BSON\Serializable::bsonSerialize (): array | object abstract public MongoDB\BSON\Unserializab ... le::bsonUnserialize ( array $data ): void } 関連キーワード: BSON , Persistable ... , Serializable , array , Unserializable , bsonSerialize , property , pcla ...
https://man.plustar.jp/php/class.mongodb-bson-persistable.html - [similar]
The MongoDB\Driver\Exception\AuthenticationException class 2332
« MongoDB\Driver\Exception MongoDB\Driver\Exception\BulkWriteException » PHP Manual MongoDB\Driv ... n\Exception { /* 継承したプロパティ */ protected ? array $ errorLabels ; protected string $ message = "" ; ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... tected , int , private , AuthenticationException , array ...
https://man.plustar.jp/php/class.mongodb-driver-exception-authenticationexceptio... - [similar]
The MongoDB\Driver\Exception\ConnectionException class 2332
« MongoDB\Driver\Exception\CommandException::getResultDocument MongoDB\Driver\Exception\Connecti ... n\Exception { /* 継承したプロパティ */ protected ? array $ errorLabels ; protected string $ message = "" ; ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... lic , string , final , protected , int , private , array , ConnectionException ...
https://man.plustar.jp/php/class.mongodb-driver-exception-connectionexception.ht... - [similar]
The MongoDB\Driver\Exception\EncryptionException class 2332
« MongoDB\Driver\Exception\ConnectionTimeoutException MongoDB\Driver\Exception\Exception » PHP M ... n\Exception { /* 継承したプロパティ */ protected ? array $ errorLabels ; protected string $ message = "" ; ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... protected , int , private , EncryptionException , array ...
https://man.plustar.jp/php/class.mongodb-driver-exception-encryptionexception.ht... - [similar]