検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1200 for var (0.121 sec.)
指定された値の名前に対応する、プロパティの値を取得する 3159
« IntlChar::getPropertyName IntlChar::getPropertyValueName » PHP Manual IntlChar 指定された値の名 ... を返します。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getPropertyValueEnum ( IntlChar ... CK , 'greek' ) === IntlChar :: BLOCK_CODE_GREEK ); var_dump ( IntlChar :: getPropertyValueEnum ( IntlChar ... ) === IntlChar :: CHAR_DIRECTION_RIGHT_TO_LEFT ); var_dump ( IntlChar :: getPropertyValueEnum ( IntlChar ... string' ) === IntlChar :: PROPERTY_INVALID_CODE ); var_dump ( IntlChar :: getPropertyValueEnum ( 12345678 ...
https://man.plustar.jp/php/intlchar.getpropertyvalueenum.html - [similar]
平方数かどうかを調べる 3131
« gmp_perfect_power gmp_popcount » PHP Manual GMP 関数 平方数かどうかを調べる gmp_perfect_square ... p_perfect_square() の例 <?php // 3 * 3、平方数です var_dump ( gmp_perfect_square ( "9" )); // 平方数ではあ ... りません var_dump ( gmp_perfect_square ( "7" )); // 1234567890 ... * 1234567890、平方数です var_dump ( gmp_perfect_square ( "1524157875019052100" ...
https://man.plustar.jp/php/function.gmp-perfect-square.html - [similar]
デフォルトの外部エンティティローダーを変更する 3131
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... ion ( $public , $system , $context ) use( $dtd ) { var_dump ( $public ); var_dump ( $system ); var_dump ( ... = new DOMDocument ; $r = $dd -> loadXML ( $xml ); var_dump ( $dd -> validate ()); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 3131
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... 形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 こ ... 字は 0 から始まることを想定していました。 パラメータ var 変数。 vars 残りの変数。 戻り値 代入した配列を返し ... は文字列では動作しません list( $bar ) = "abcde" ; var_dump ( $bar ); // NULL ?> 例2 list() の使用法の例 ... a , list( $b , $c )) = array( 1 , array( 2 , 3 )); var_dump ( $a , $b , $c ); ?> int(1) int(2) int(3) 例4 ...
https://man.plustar.jp/php/function.list.html - [similar]
コードポイントの双方向カテゴリの値を取得する 3131
« IntlChar::charDigitValue IntlChar::charFromName » PHP Manual IntlChar コードポイントの双方向カ ... failure. 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charDirection ( "A" ) === IntlC ... har :: CHAR_DIRECTION_LEFT_TO_RIGHT ); var_dump ( IntlChar :: charDirection ( "\u{05E9}" ) == ... = IntlChar :: CHAR_DIRECTION_RIGHT_TO_LEFT ); var_dump ( IntlChar :: charDirection ( "+" ) === IntlC ... har :: CHAR_DIRECTION_EUROPEAN_NUMBER_SEPARATOR ); var_dump ( IntlChar :: charDirection ( "." ) === IntlC ...
https://man.plustar.jp/php/intlchar.chardirection.html - [similar]
コードポイントが含まれる割当ブロックを取得する 3131
« IntlChar::getBidiPairedBracket IntlChar::getCombiningClass » PHP Manual IntlChar コードポイント ... 返します。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: getBlockCode ( "A" ) === IntlCh ... ar :: BLOCK_CODE_BASIC_LATIN ); var_dump ( IntlChar :: getBlockCode ( "Φ" ) === IntlCh ... ar :: BLOCK_CODE_GREEK ); var_dump ( IntlChar :: getBlockCode ( "\u{2603}" ) === ...
https://man.plustar.jp/php/intlchar.getblockcode.html - [similar]
プロパティに対応する、Unicode での名前を取得する 3131
« IntlChar::getPropertyEnum IntlChar::getPropertyValueEnum » PHP Manual IntlChar プロパティに対応 ... 値を返します。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getPropertyName ( IntlChar :: P ... ROPERTY_BIDI_CLASS )); var_dump ( IntlChar :: getPropertyName ( IntlChar :: P ... Y_BIDI_CLASS , IntlChar :: SHORT_PROPERTY_NAME )); var_dump ( IntlChar :: getPropertyName ( IntlChar :: P ... TY_BIDI_CLASS , IntlChar :: LONG_PROPERTY_NAME )); var_dump ( IntlChar :: getPropertyName ( IntlChar :: P ...
https://man.plustar.jp/php/intlchar.getpropertyname.html - [similar]
サーバーから項目を取得する 3131
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Me ... j = memcache_connect ( 'memcache_host' , 11211 ); $var = memcache_get ( $memcache_obj , 'some_key' ); /* ... cache_obj -> connect ( 'memcache_host' , 11211 ); $var = $memcache_obj -> get ( 'some_key' ); /* キーの配 ... j = memcache_connect ( 'memcache_host' , 11211 ); $var = memcache_get ( $memcache_obj , Array( 'some_key' ... cache_obj -> connect ( 'memcache_host' , 11211 ); $var = $memcache_obj -> get (Array( 'some_key' , 'secon ...
https://man.plustar.jp/php/memcache.get.html - [similar]
手早く入力文字列をパースする 3131
« MessageFormatter::getPattern MessageFormatter::parse » PHP Manual MessageFormatter 手早く入力文 ... keys on 123 trees make 37.073 monkeys per tree" ); var_export ( $fmt ); $fmt = msgfmt_parse_message ( 'de ... ffen auf 123 Bäumen sind 37,073 Affen pro Baum" ); var_export ( $fmt ); ?> 例2 オブジェクト指向の例 <?php ... keys on 123 trees make 37.073 monkeys per tree" ); var_export ( $fmt ); $fmt = MessageFormatter :: parseM ... ffen auf 123 Bäumen sind 37,073 Affen pro Baum" ); var_export ( $fmt ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/messageformatter.parsemessage.html - [similar]
Construct a new Decimal128 3131
« MongoDB\BSON\Decimal128 MongoDB\BSON\Decimal128::jsonSerialize » PHP Manual MongoDB\BSON\Decim ... ngoDB\BSON\Decimal128::__construct() example <?php var_dump (new MongoDB \ BSON \ Decimal128 ( 1234.5678 ... )); var_dump (new MongoDB \ BSON \ Decimal128 ( NAN )); va ...
https://man.plustar.jp/php/mongodb-bson-decimal128.construct.html - [similar]