検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 134 for eol (0.002 sec.)
浮動小数点数を丸める 8405
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round ... de の例 <?php echo 'Rounding modes with 9.5' . PHP_EOL ; var_dump ( round ( 9.5 , 0 , PHP_ROUND_HALF_UP ) ... round ( 9.5 , 0 , PHP_ROUND_HALF_ODD )); echo PHP_EOL ; echo 'Rounding modes with 8.5' . PHP_EOL ; var_d ... OUND_HALF_UP with 1 decimal digit precision' . PHP_EOL ; var_dump ( round ( 1.55 , 1 , PHP_ROUND_HALF_UP ... round (- 1.55 , 1 , PHP_ROUND_HALF_UP )); echo PHP_EOL ; echo 'Using PHP_ROUND_HALF_DOWN with 1 decimal d ...
https://man.plustar.jp/php/function.round.html - [similar]
Scans the buffer for an occurrence of an end of line 8272
« EventBuffer::search EventBuffer::substr » PHP Manual EventBuffer Scans the buffer for an occur ... rence of an end of line EventBuffer::searchEol (PECL event >= 1.5.0) EventBuffer::searchEol — Sca ... e of an end of line 説明 public EventBuffer::searchEol ( int $start = -1 , int $eol_style = EventBuffer:: ... r for an occurrence of an end of line specified by eol_style parameter . It returns numeric position of t ... positions. パラメータ start Start search position. eol_style One of EventBuffer:EOL_* constants . 戻り値 ...
https://man.plustar.jp/php/eventbuffer.searcheol.html - [similar]
Constructs EventHttp object(the HTTP server) 8212
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... \n" ; echo "Command:" , $req -> getCommand (), PHP_EOL ; echo "URI:" , $req -> getUri (), PHP_EOL ; echo ... (); while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } echo "No more data ... ction _http_about ( $req ) { echo __METHOD__ , PHP_EOL ; echo "URI: " , $req -> getUri (), PHP_EOL ; echo ... p_default ( $req , $data ) { echo __METHOD__ , PHP_EOL ; echo "URI: " , $req -> getUri (), PHP_EOL ; echo ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
パスの最後にある名前の部分を返す 7501
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す ... "1) " . basename ( "/etc/sudoers.d" , ".d" ). PHP_EOL ; echo "2) " . basename ( "/etc/sudoers.d" ). PHP_ ... EOL ; echo "3) " . basename ( "/etc/passwd" ). PHP_EOL ; echo "4) " . basename ( "/etc/" ). PHP_EOL ; ech ... o "5) " . basename ( "." ). PHP_EOL ; echo "6) " . basename ( "/" ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.basename.html - [similar]
文字列の一部分を返す 7308
« substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7, ... ar_export ( substr ( "pear" , 0 , 2 ), true ). PHP_EOL ; echo "2) " . var_export ( substr ( 54321 , 0 , 2 ... ), true ). PHP_EOL ; echo "3) " . var_export ( substr (new apple (), ... 0 , 2 ), true ). PHP_EOL ; echo "4) " . var_export ( substr ( true , 0 , 1 ... ), true ). PHP_EOL ; echo "5) " . var_export ( substr ( false , 0 , 1 ...
https://man.plustar.jp/php/function.substr.html - [similar]
フィールドの配列を CSV の行として書き出す 7175
« SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CS ... enclosure = "\"" , string $escape = "\\" , string $eol = "\n" ): int | false fields の配列を、CSV の行とし ... していない) 独自仕様のエスケープ機構を無効にします。 eol eol は、 カスタムの行末シーケンスを設定するオプショ ... す。 変更履歴 バージョン 説明 8.1.0 オプションの引数 eol が追加されました。 7.4.0 escape パラメータは空文字 ... bject , 文字 , 行 , fputcsv , enclosure , escape , eol , string ...
https://man.plustar.jp/php/splfileobject.fputcsv.html - [similar]
ユリウス積算日をユダヤ暦に変換する 7115
« jdtogregorian jdtojulian » PHP Manual カレンダー 関数 ユリウス積算日をユダヤ暦に変換する jdtoj ... , 8 , 2002 ); echo jdtojewish ( $jd , true ), PHP_EOL , jdtojewish ( $jd , true , CAL_JEWISH_ADD_GERESHA ... YIM ), PHP_EOL , jdtojewish ( $jd , true , CAL_JEWISH_ADD_ALAFIM ... ), PHP_EOL , jdtojewish ( $jd , true , CAL_JEWISH_ADD_ALAFIM_ ... GERESH ), PHP_EOL ; ?> 上の例の出力は以下となります。 ב חשון התשסג ב ...
https://man.plustar.jp/php/function.jdtojewish.html - [similar]
ソケットのオプションを設定する 7115
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する so ... ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } if (! socket_set_option ( $socket , SOL_SOCKET ... ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } if (! socket_bind ( $socket , '127.0.0.1' , 12 ... ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } $rval = socket_get_option ( $socket , SOL_SOCK ... ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } else if ( $rval !== 0 ) { echo 'SO_REUSEADDR が ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
Extracts a line from the front of the buffer 7054
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... he buffer 説明 public EventBuffer::readLine ( int $eol_style ): string Extracts a line from the front of ... r is not included in the copied string. パラメータ eol_style One of EventBuffer:EOL_* constants . 戻り値 ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]
加算子/減算子 6982
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子 ... 算術演算子の使用 <?php echo '== Alphabets ==' . PHP_EOL ; $s = 'W' ; for ( $n = 0 ; $n < 6 ; $n ++) { echo ... ++ $s . PHP_EOL ; } // 数字の挙動は異なります echo '== Digits ==' ... . PHP_EOL ; $d = 'A8' ; for ( $n = 0 ; $n < 6 ; $n ++) { ech ... o ++ $d . PHP_EOL ; } $d = 'A08' ; for ( $n = 0 ; $n < 6 ; $n ++) { ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT