検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 584 for C (0.010 sec.)
Pushes values onto the stack 3872
« Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push ... (PECL ds >= 1.0.0) Ds\Stack::push — Pushes values onto ... the stack 説明 public Ds\Stack::push ( mixed ...$values ): ... void Pushes values onto the stack. パラメータ values The values to push onto the st ... ack. 戻り値 値を返しません。 例 例1 Ds\Stack::push() ...
https://man.plustar.jp/php/ds-stack.push.html - [similar]
Removes and returns a value by index 3872
« Ds\Vector::reduce Ds\Vector::reverse » PHP Manual Vector Removes and returns a value by index ... Ds\Vector::remove (PECL ds >= 1.0.0) Ds\Vector::remove — ... Removes and returns a value by index 説明 public Ds\Vector::remove ( int $index ): mixed Removes an ... value that was removed. エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds\Vector: ... :remove() example <?php $vector = new \ Ds \ Vector ([ "a" , "b" , "c" ]); var_ ...
https://man.plustar.jp/php/ds-vector.remove.html - [similar]
Removes and returns the first value 3872
« Ds\Vector::set Ds\Vector::slice » PHP Manual Vector Removes and returns the first value Ds\Vec ... tor::shift (PECL ds >= 1.0.0) Ds\Vector::shift — Removes and retur ... ns the first value 説明 public Ds\Vector::shift (): mixed Removes and returns the ... パラメータはありません。 戻り値 The first value, which was removed. エラー / 例外 UnderflowException if ... empty. 例 例1 Ds\Vector::shift() example <?php $vector = new \ Ds \ Vec ...
https://man.plustar.jp/php/ds-vector.shift.html - [similar]
コマンドラインオプション 3872
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... ions] [-f] <file> [--] [args...] php [options] -r <code> [--] [args...] php [options] [-B <begin_code>] ... -R <code> [-E <end_code>] [--] [args...] php [options] [ ... -B <begin_code>] -F <file> [-E <end_code>] [--] [args...] php ... ptions] -- [args...] php [options] -a -a Run interactively -c <path>|<file> Look for php.ini file in th ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
Update a column using OID 3872
« cubrid_prepare cubrid_rollback » PHP Manual CUBRID 関数 Update a column using OID cubrid_put ( ... PECL CUBRID >= 8.3.0) cubrid_put — Update a column usi ... ng OID 説明 cubrid_put ( resource $conn_identifier , string $oid ... , string $attr = ? , mixed $value ): bool The cubrid_put() function is used to update an attribute ... of the instance of the given oid . You can update single attribut ...
https://man.plustar.jp/php/function.cubrid-put.html - [similar]
3872
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディン ... です。 例えば、次の関数を考えてみましょう。 <?php function foo () { return 5 ; } ?> あなたが関数の概念に慣 ... うでない場合は、 関数 に関する章を参照ください。)、 $c = foo() と入力することは、 $c = 5 と書くことと本質 ... これらは、 加算子および減算子 です。 PHP においては、C 言語のように、 前置加算と後置加算という、2 種類の加 ... の値を読む前に変数を増加させるので、'前置加算(pre-increment)' という名前がついています)。 後置加算は、' ...
https://man.plustar.jp/php/language.expressions.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 3872
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... ar::addFromString (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::addFromString — 文字列から、 ... ファイルを phar アーカイブに追加する 説明 public Phar::addFromString ( string $localName , string $ ... オブジェクトで動作しません。それ以外の場合は PharException がスローされます。 このメソッドを使用すると、 ... 加することができます。 アーカイブ内のファイル名は localname で指定したものとなります。 このメソッドは Zi ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 3872
« PharData::addFile PharData::buildFromDirectory » PHP Manual PharData ファイルシステム上のファイ ... ta::addFromString (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::addFromString — ファイル ... のファイルを tar/zip アーカイブに追加する 説明 public PharData::addFromString ( string $localName , stri ... ng $contents ): void このメソッドを使用すると、任意の文字 ... 加することができます。 アーカイブ内のファイル名は localname で指定したものとなります。 このメソッドは Zi ...
https://man.plustar.jp/php/phardata.addfromstring.html - [similar]
Adds values to the end of the deque 3842
« Ds\Deque::pop Ds\Deque::reduce » PHP Manual Deque Adds values to the end of the deque Ds\Deque ... ::push (PECL ds >= 1.0.0) Ds\Deque::push — Adds values to the ... end of the deque 説明 public Ds\Deque::push ( mixed ...$values ): void Adds val ... ( "a" ); $deque -> push ( "b" ); $deque -> push ( "c" , "d" ); $deque -> push (...[ "e" , "f" ]); print ... 出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => a [1] => b [2] => c [3] => d [4] => e [5 ...
https://man.plustar.jp/php/ds-deque.push.html - [similar]
Adds values to the front of the deque 3842
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi ... ft (PECL ds >= 1.0.0) Ds\Deque::unshift — Adds values to t ... he front of the deque 説明 public Ds\Deque::unshift ( mixed $values = ? ): void Adds ... values to the front of the deque, moving all the current values forward to make room for the new valu ... que -> unshift ( "a" ); $deque -> unshift ( "b" , "c" ); print_r ( $deque ); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]