検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1200 for var (0.019 sec.)
パターンを使用して入力文字列をパースする 3188
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... keys on 123 trees make 37.073 monkeys per tree" ); var_export ( $res ); $fmt = msgfmt_create ( 'de' , "{0 ... ffen auf 123 Bäumen sind 37,073 Affen pro Baum" ); var_export ( $res ); ?> 例2 オブジェクト指向の例 <?php ... keys on 123 trees make 37.073 monkeys per tree" ); var_export ( $res ); $fmt = new MessageFormatter ( 'de ... ffen auf 123 Bäumen sind 37,073 Affen pro Baum" ); var_export ( $res ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
新機能 3188
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... n testReturn (): ? string { return 'elePHPant' ; } var_dump ( testReturn ()); function testReturn (): ? s ... tring { return null ; } var_dump ( testReturn ()); function test (? string $na ... me ) { var_dump ( $name ); } test ( 'elePHPant' ); test ( nul ... eft = $right ; $right = $tmp ; } $a = 1 ; $b = 2 ; var_dump ( swap ( $a , $b ), $a , $b ); 上の例の出力は ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Returns the DateTime representation of this UTCDateTime 3188
« MongoDB\BSON\UTCDateTime::serialize MongoDB\BSON\UTCDateTime::__toString » PHP Manual MongoDB\ ... 1987 ); $datetime = $utcdatetime -> toDateTime (); var_dump ( $datetime -> format ( 'r' )); var_dump ( $d ... atetime -> format ( 'U.u' )); var_dump ( $datetime -> getTimezone ()); ?> 上の例の出 ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.todatetime.html - [similar]
例外によるエラー処理の有効化および無効化を行う 3188
« RarException::isUsingExceptions Zip » PHP Manual RarException 例外によるエラー処理の有効化およ ... 例1 RarException::setUsingExceptions() の例 <?php var_dump ( RarException :: isUsingExceptions ()); $arc ... h = RarArchive :: open ( "does_not_exist.rar" ); var_dump ( $arch ); RarException :: setUsingExceptions ... ( true ); var_dump ( RarException :: isUsingExceptions ()); $arc ... h = RarArchive :: open ( "does_not_exist.rar" ); var_dump ( $arch ); //not reached ?> 上の例の出力は、 ...
https://man.plustar.jp/php/rarexception.setusingexceptions.html - [similar]
定義されている定数を取得する 3188
« ReflectionClass::getAttributes ReflectionClass::getConstants » PHP Manual ReflectionClass 定義 ... } $reflection = new ReflectionClass ( 'Example' ); var_dump ( $reflection -> getConstant ( 'C1' )); var_d ... ump ( $reflection -> getConstant ( 'C2' )); var_dump ( $reflection -> getConstant ( 'C3' )); ?> 上 ...
https://man.plustar.jp/php/reflectionclass.getconstant.html - [similar]
Manually release stream flow from logger 3188
« SeasLog::analyzerDetail SeasLog::__construct » PHP Manual SeasLog Manually release stream flow ... 例 例1 SeasLog::closeLoggerStream() example <?php var_dump ( SeasLog :: closeLoggerStream ()); var_dump ... erStream ( SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL )); var_dump ( SeasLog :: closeLoggerStream ( SEASLOG_CLOS ...
https://man.plustar.jp/php/seaslog.closeloggerstream.html - [similar]
インストール/設定 3188
« はじめに 要件 » PHP Manual var_representation インストール/設定 インストール/設定 目次 要件 イ ... ル手順 関連キーワード: インストール , 設定 , 要件 , var , representation , 手順 , ...
https://man.plustar.jp/php/var-representation.setup.html - [similar]
値を JSON 形式にして返す 3159
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... ay( '+123123' , '-123123' , '1.2e3' , '0.00001' ); var_dump ( $numbers , json_encode ( $numbers , JSON_NU ... OL ; $strings = array( '+a33123456789' , 'a123' ); var_dump ( $strings , json_encode ( $strings , JSON_NU ... ential = array( "foo" , "bar" , "baz" , "blong" ); var_dump ( $sequential , json_encode ( $sequential ) ) ... "foo" , 2 => "bar" , 3 => "baz" , 4 => "blong" ); var_dump ( $nonsequential , json_encode ( $nonsequenti ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
指定した変数の割当を解除する 3159
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP ... — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破 ... et: 23 Before unset: 3, after unset: 23 パラメータ var 破棄する変数。 vars 別の変数。 戻り値 値を返しませ ... 8.0.0 で削除されました。 <?php $name = 'Felipe' ; var_dump ((unset) $name ); var_dump ( $name ); ?> 上の ...
https://man.plustar.jp/php/function.unset.html - [similar]
コードポイントの合成クラスを取得する 3159
« IntlChar::getBlockCode IntlChar::getFC_NFKC_Closure » PHP Manual IntlChar コードポイントの合成 ... 返します。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: getCombiningClass ( "A" )); var ... p ( IntlChar :: getCombiningClass ( "\u{0334}" )); var_dump ( IntlChar :: getCombiningClass ( "\u{0358}" ...
https://man.plustar.jp/php/intlchar.getcombiningclass.html - [similar]