検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 134 for eol (0.051 sec.)
実行時設定 6982
« インストール/設定 定義済み定数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の ... オプション 名前 デフォルト 変更可能 変更履歴 phpdbg.eol 2 PHP_INI_ALL PHP 8.1.0 で削除されました。 phpdbg. ... ディレクティブに関する 簡単な説明を示します。 phpdbg.eol mixed 出力に用いる、行末文字の種類。 この値を設定す ... ワード: 設定 , 実行 , phpdbg , path , 削除 , 変更 , eol , インストール , 変化 , 名前 ...
https://man.plustar.jp/php/phpdbg.configuration.html - [similar]
値を JSON 形式にして返す 6789
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... g numbers automatically turned into numbers" . PHP_EOL ; $numbers = array( '+123123' , '-123123' , '1.2e3 ... ngs containing improperly formatted numbers" . PHP_EOL ; $strings = array( '+a33123456789' , 'a123' ); va ... うでない配列の例 <?php echo "Sequential array" . PHP_EOL ; $sequential = array( "foo" , "bar" , "baz" , "bl ... quential , json_encode ( $sequential ) ); echo PHP_EOL . "Non-sequential array" . PHP_EOL ; $nonsequentia ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
現在のキーを取得する 6729
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを ... or -> key () . ' ' . $iterator -> current () . PHP_EOL ; $iterator -> next (); } echo PHP_EOL ; // With f ... y => $current ) { echo $key . ' ' . $current . PHP_EOL ; } ?> 上の例の出力は以下となります。 a aardwolf b ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
設定オプションの値を元に戻す 6729
« ini_get ini_set » PHP Manual PHP オプション/情報 関数 設定オプションの値を元に戻す ini_restore ... '' . $setting . '\': ' . ini_get ( $setting ), PHP_EOL ; ini_set ( $setting , ini_get ( $setting ) ? 0 : ... '' . $setting . '\': ' . ini_get ( $setting ), PHP_EOL ; ini_restore ( $setting ); echo 'Original value f ... '' . $setting . '\': ' . ini_get ( $setting ), PHP_EOL ; ?> 上の例の出力は以下となります。 Current value ...
https://man.plustar.jp/php/function.ini-restore.html - [similar]
Constructs EventHttpRequest object 6596
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... handler ( $req , $base ) { echo __FUNCTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } ... " ; while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } } } $base -> exit ( ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 6596
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある文字エンコーディングの文字列を、別の ... ro symbol '?'." ; echo 'Original : ' , $text , PHP_EOL ; echo 'TRANSLIT : ' , iconv ( "UTF-8" , "ISO-8859 ... -1//TRANSLIT" , $text ), PHP_EOL ; echo 'IGNORE : ' , iconv ( "UTF-8" , "ISO-8859-1 ... //IGNORE" , $text ), PHP_EOL ; echo 'Plain : ' , iconv ( "UTF-8" , "ISO-8859-1" ... , $text ), PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.iconv.html - [similar]
変数が数字または数値形式の文字列であるかを調べる 6596
« is_null is_object » PHP Manual 変数操作 関数 変数が数字または数値形式の文字列であるかを調べる ... r_export ( $element , true ) . " is numeric" , PHP_EOL ; } else { echo var_export ( $element , true ) . " ... is NOT numeric" , PHP_EOL ; } } ?> 上の例の出力は以下となります。 '42' is nu ... r_export ( $element , true ) . " is numeric" , PHP_EOL ; } else { echo var_export ( $element , true ) . " ... is NOT numeric" , PHP_EOL ; } } ?> 上の例の PHP 8 での出力は、このようになり ...
https://man.plustar.jp/php/function.is-numeric.html - [similar]
正規化された絶対パス名を返す 6596
« realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す rea ... /' ); echo realpath ( './../../etc/passwd' ) . PHP_EOL ; echo realpath ( '/tmp/' ) . PHP_EOL ; ?> 上の例の ... 。 <?php echo realpath ( '/windows/system32' ), PHP_EOL ; echo realpath ( 'C:\Program Files\\' ), PHP_EOL ...
https://man.plustar.jp/php/function.realpath.html - [similar]
引数のリストから要素をひとつ返す 6536
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す ... passed : ' , var_export ( func_get_arg ( 0 )), PHP_EOL ; $arg = 'baz' ; echo 'After change : ' , var_expo ... rt ( func_get_arg ( 0 )), PHP_EOL ; } function byRef (& $arg ) { echo 'As passed : ' ... , var_export ( func_get_arg ( 0 )), PHP_EOL ; $arg = 'baz' ; echo 'After change : ' , var_expo ... rt ( func_get_arg ( 0 )), PHP_EOL ; } $arg = 'bar' ; byVal ( $arg ); byRef ( $arg ); ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]
Makes an HTTP request over the specified connection 6463
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... handler ( $req , $base ) { echo __FUNCTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } ... " ; while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } } } $base -> exit ( ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT