検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 584 for C (0.022 sec.)
Returns a sub-deque of a given range 4683
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Dequ ... e::slice (PECL ds >= 1.0.0) Ds\Deque::slice — Returns a su ... b-deque of a given range 説明 public Ds\Deque::slice ( int $index , int $length = ? ): ... Ds\Deque Creates a sub-deque of a given range. パラメータ ind ... ex The index at which the sub-deque starts. If positive, the deque will ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]
Returns a sub-sequence of a given range 4683
« Ds\Sequence::shift Ds\Sequence::sort » PHP Manual Sequence Returns a sub-sequence of a given r ... ange Ds\Sequence::slice (PECL ds >= 1.0.0) Ds\Sequence::slice — Re ... turns a sub-sequence of a given range 説明 abstract public Ds\Sequence ... ::slice ( int $index , int $length = ? ): Ds\Sequence Cre ... ates a sub-sequence of a given range. パラメータ index The index at w ...
https://man.plustar.jp/php/ds-sequence.slice.html - [similar]
Returns a sub-set of a given range 4683
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... e (PECL ds >= 1.0.0) Ds\Set::slice — Returns a sub-set of ... a given range 説明 public Ds\Set::slice ( int $index , int $length = ? ): Ds ... \Set Creates a sub-set of a given range. パラメータ index ... The index at which the sub-set starts. If positive, the set will sta ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Returns a sub-vector of a given range 4683
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... Vector::slice (PECL ds >= 1.0.0) Ds\Vector::slice — Re ... turns a sub-vector of a given range 説明 public Ds\Vector::slice ( ... int $index , int $length = ? ): Ds\Vector Creates a sub-vector of a given range. パラメー ... タ index The index at which the sub-vector starts. If positive, the vector wi ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
構築時の問題 4683
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する ... mous Git サービスで最新版の PHP を入手しましたが、 configure スクリプトがありません! PHPをApacheと組みあ ... わせて動作するようにconfigureを行う際に問題が あります。httpd.hが見付から ... すが、 指定した場所にこのファイルはあるのです! PHPをconfigureしているときに (./configure) 以下のようなエ ... ラーに遭遇しました。 checking lex output file root... ./configure: lex: c ...
https://man.plustar.jp/php/faq.build.html - [similar]
Microsoft Windows のコマンドラインでの PHP 4683
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインス ... トール Microsoft Windows のコマンドラインでの PHP Microsoft W ... も、PHP をコマンドラインから実行することはできます。 C:\php\php.exe -f "C:\PHP Scripts\script.php" -- -ar ... の実行ファイル ( php.exe 、 php-win.exe あるいは php-cli.exe 。 PHP のバージョンや設定によって変わります) ... と関連づけます。 これは、次のコマンドで行います: assoc .php=phpfile ファイル形式 phpfile を適切な PHP 実行 ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
Returns a subset of the map defined by a starting index and length 4645
« Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i ... ndex and length Ds\Map::slice (PECL ds >= 1.0.0) Ds\Map::slice — Returns a subs ... p defined by a starting index and length 説明 public Ds\Map::slice ( int $index , int $length = ? ): Ds ... ndex and length . パラメータ index The index at which the range starts. If positive, the range will sta ... low, only pairs up to the end of the map will be included. If a length is not provided, the resulting m ...
https://man.plustar.jp/php/ds-map.slice.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 4645
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... 化し、 プロンプトを表示して結果をすぐに返す readline_callback_handler_install (PHP 5 >= 5.1.0, PHP 7, PHP ... 8) readline_callback_handler_install — readline コールバックイン ... プロンプトを表示して結果をすぐに返す 説明 readline_callback_handler_install ( string $prompt , callable ... $callback ): bool readline コールバックインターフェイ ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
Updates a value at a given index 4608
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque: ... :set (PECL ds >= 1.0.0) Ds\Deque::set — Updates a value at a ... given index 説明 public Ds\Deque::set ( int $index , mixed $value ): void ... 戻り値 値を返しません。 エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds\Deque:: ... le <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); $deque -> set ( 1 , "_" ); print_r ( $deque ) ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]
Updates a value at a given index 4608
« Ds\Sequence::rotate Ds\Sequence::shift » PHP Manual Sequence Updates a value at a given index ... Ds\Sequence::set (PECL ds >= 1.0.0) Ds\Sequence::set — Update ... s a value at a given index 説明 abstract public Ds\Sequence::set ( int $index , mixed $val ... 戻り値 値を返しません。 エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds\Sequenc ... e::set() example <?php $sequence = new \ Ds \ Vector ([ "a" , "b" , "c" ]); $seque ...
https://man.plustar.jp/php/ds-sequence.set.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT