検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 756 for R (0.010 sec.)
行を配列として返す 4050
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_ar ... ray (No version information available, might only be in Git) s ... qlsrv_fetch_array — 行を配列として返す 説明 sqlsrv_fetc ... h_array ( resource $stmt , int $fetchType = ? , int $ro ... w = ? , int $offset = ? ): array クエリ結果から列データを順に返します。列データの ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
Gets field data from the currently selected row 4050
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... selected row sqlsrv_get_field (No version information availab ... le, might only be in Git) sqlsrv_get_field — Gets field data from the currently se ... lected row 説明 sqlsrv_get_field ( resource $stmt , int $fi ... dex , int $getAsType = ? ): mixed Gets field data from the currently selected row. Fields must be acces ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Removes all values 3996
« Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear ... (PECL ds >= 1.0.0) Ds\Collection::clearRemoves all values 説明 abstract public Ds\Colle ... ction::clear (): void Removes all values from the collection. パ ... 戻り値 値を返しません。 例 例1 Ds\Collection::clear() example <?php $collection = new \ Ds \ Vector ([ ... 1 , 2 , 3 ]); print_r ( $collection ); $collection -> clear (); pri ...
https://man.plustar.jp/php/ds-collection.clear.html - [similar]
Removes all values 3996
« Pair Ds\Pair::__construct » PHP Manual Pair Removes all values Ds\Pair::clear (No version info ... rmation available, might only be in Git) Ds\Pair::clearRemoves all values 説明 public Ds\Pair::c ... lear (): void Removes all values from the pair. パラメー ... はありません。 戻り値 値を返しません。 例 例1 Ds\Pair::clear() example <?php $pair = new \ Ds \ Pair ( " ... a" , 1 ); print_r ( $pair ); $pair -> clear (); print_r ( $pair ...
https://man.plustar.jp/php/ds-pair.clear.html - [similar]
Removes all values 3996
« Ds\Queue::capacity Ds\Queue::__construct » PHP Manual Queue Removes all values Ds\Queue::clear ... (PECL ds >= 1.0.0) Ds\Queue::clearRemoves all values 説明 public Ds\Queue::clear ( ... ): void Removes all values from the queue. パラメータ この関 ... せん。 戻り値 値を返しません。 例 例1 Ds\Queue::clear() example <?php $queue = new \ Ds \ Queue ([ 1 , 2 ... , 3 ]); print_r ( $queue ); $queue -> clear (); print_r ( $qu ...
https://man.plustar.jp/php/ds-queue.clear.html - [similar]
Removes all values 3996
« Ds\Set::capacity Ds\Set::__construct » PHP Manual Set Removes all values Ds\Set::clear (PECL d ... s >= 1.0.0) Ds\Set::clearRemoves all values 説明 public Ds\Set::clear (): ... void Removes all values from the set. パラメータ この関数 ... ません。 戻り値 値を返しません。 例 例1 Ds\Set::clear() example <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ... ]); print_r ( $set ); $set -> clear (); print_r ( $set ); ...
https://man.plustar.jp/php/ds-set.clear.html - [similar]
Removes all values 3996
« Ds\Stack::capacity Ds\Stack::__construct » PHP Manual Stack Removes all values Ds\Stack::clear ... (PECL ds >= 1.0.0) Ds\Stack::clearRemoves all values 説明 public Ds\Stack::clear ( ... ): void Removes all values from the stack. パラメータ この関 ... せん。 戻り値 値を返しません。 例 例1 Ds\Stack::clear() example <?php $stack = new \ Ds \ Stack ([ 1 , 2 ... , 3 ]); print_r ( $stack ); $stack -> clear (); print_r ( $st ...
https://man.plustar.jp/php/ds-stack.clear.html - [similar]
Creates a new instance 3996
« Ds\Stack::clear Ds\Stack::copy » PHP Manual Stack Creates a new instance Ds\Stack::__construct ... (PECL ds >= 1.0.0) Ds\Stack::__construct — Creates a new instance 説明 public Ds\Stack:: ... __construct ( mixed $values = ? ) Creates a new instance, u ... sing either a traversable object or an array for the initial v ... alues . パラメータ values A traversable object or an array to use for the initial ...
https://man.plustar.jp/php/ds-stack.construct.html - [similar]
Removes all values 3996
« Ds\Vector::capacity Ds\Vector::__construct » PHP Manual Vector Removes all values Ds\Vector::c ... lear (PECL ds >= 1.0.0) Ds\Vector::clearRemoves all ... values 説明 public Ds\Vector::clear (): void Removes all values from the vector ... ありません。 戻り値 値を返しません。 例 例1 Ds\Vector::clear() example <?php $vector = new \ Ds \ Vector ... ([ 1 , 2 , 3 ]); print_r ( $vector ); $vector -> clear (); print_r ( $ ...
https://man.plustar.jp/php/ds-vector.clear.html - [similar]
PHP ファイルの実行 3996
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの ... PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共に( -f ... スイッチの使用の如何に関らず) 指定したファイル my_script.php を実行します。 実行ファイルとしてあらゆるフ ... PHP コードをコマンドラインで直接指定する。 $ php -r 'print_r(get_defined_constants());' シェル変数の置 ... の例をよくみてください。開始/終了タグがありません! -r スイッチを使用した場合、これらのタグは不要と なりま ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]