検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 282 for End (0.038 sec.)
配列内の現在の要素を返す 4466
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8 ... = prev ( $transport ); // $mode = 'foot'; $mode = end ( $transport ); // $mode = 'plane'; $mode = curren ... 厳密に null ではないことをチェックすべきです。 参考 end() - 配列の内部ポインタを最終要素にセットする key() ...
https://man.plustar.jp/php/function.current.html - [similar]
システム出力バッファをフラッシュする 4466
« 出力制御 関数 ob_clean » PHP Manual 出力制御 関数 システム出力バッファをフラッシュする flush ( ... する ob_clean() - 出力バッファをクリア(消去)する ob_end_flush() - 出力用バッファをフラッシュ(送信)し、出力 ... のバッファリングをオフにする ob_end_clean() - 出力用バッファをクリア(消去)し、出力のバ ...
https://man.plustar.jp/php/function.flush.html - [similar]
ファイルポインタを移動する 4466
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5 ... 動するには、負の値を offset に渡して whence を SEEK_END に設定しなければなりません。 whence whence の値は以 ... - 現在の位置に offset を加えた位置に設定する SEEK_END - ファイル終端に offset を加えた位置に設定する 戻り ...
https://man.plustar.jp/php/function.fseek.html - [similar]
楕円弧を描画し、塗りつぶす 4466
« imagefill imagefilledellipse » PHP Manual GD および Image 関数 楕円弧を描画し、塗りつぶす imag ... int $width , int $height , int $start_angle , int $end_angle , int $color , int $style ): bool 指定した i ... の幅。 height 弧の高さ。 start_angle 弧の開始角度。 end_angle 弧の終了角度。 0° は三時の方向で、そこから時 ...
https://man.plustar.jp/php/function.imagefilledarc.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 4466
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... $mye1 = 103 ; $mye2 = 104 ; $mye3 = NULL ; // pretend we were not given this value oci_bind_by_name ( $s ... BER) RETURN NUMBER AS // BEGIN // RETURN p * 3; // END; $conn = oci_connect ( 'hr' , 'welcome' , 'localho ... tid = oci_parse ( $conn , 'begin :r := myfunc(:p); end;' ); oci_bind_by_name ( $stid , ':p' , $p ); // 戻 ... ER, p2 OUT NUMBER) AS // BEGIN // p2 := p1 * 2; // END; $conn = oci_connect ( 'hr' , 'welcome' , 'localho ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
実行のために Oracle の文をパースする 4466
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... 1 IN NUMBER, p2 OUT NUMBER) AS BEGIN p2 := p1 * 2; END; */ $conn = oci_connect ( 'hr' , 'welcome' , 'loca ... tid = oci_parse ( $conn , 'begin myproc(:p1, :p2); end;' ); oci_bind_by_name ( $stid , ':p1' , $p1 ); oci ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
Enable the gzip of response content. 4466
« Swoole\Http\Response::end Swoole\Http\Response::header » PHP Manual Swoole\Http\Response Enabl ...
https://man.plustar.jp/php/swoole-http-response.gzip.html - [similar]
The Deque class 4418
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... ally. The name is a common abbreviation of “double-ended queue” and is used internally by Ds\Queue . Two ... ead and a tail. The pointers can “wrap around” the end of the buffer, which avoids the need to move other ... the last value Ds\Deque::push — Adds values to the end of the deque Ds\Deque::reduce — Reduces the deque ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The Parle\Stack class 4418
« Parle\RParser::validate Parle\Stack::pop » PHP Manual Parle The Parle\Stack class The Parle\St ... he elements are inserted and removed only from one end. クラス概要 class Parle\Stack { /* プロパティ */ p ...
https://man.plustar.jp/php/class.parle-stack.html - [similar]
Prevent calls that modify an event buffer from succeeding 4418
« EventBuffer::expand EventBuffer::lock » PHP Manual EventBuffer Prevent calls that modify an ev ... t_front Whether to disable changes to the front or end of the buffer. 戻り値 成功した場合に true を、失敗 ...
https://man.plustar.jp/php/eventbuffer.freeze.html - [similar]