検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 2650 for 上の (0.046 sec.)
正規化された絶対パスを取得する 2128
« eio_readlink eio_rename » PHP Manual Eio 関数 正規化された絶対パスを取得する eio_realpath (PEC ... T , "my_realpath_allback" ); eio_event_loop (); ?> 上の例の出力は、 たとえば以下のようになります。 string(1 ...
https://man.plustar.jp/php/function.eio-realpath.html - [similar]
インデックスに対応するヘッダ名を取得する 2128
« exif_read_data exif_thumbnail » PHP Manual Exif 関数 インデックスに対応するヘッダ名を取得する ... echo "257: " . exif_tagname ( 257 ). PHP_EOL ; ?> 上の例の出力は以下となります。 256: ImageWidth 257: Imag ...
https://man.plustar.jp/php/function.exif-tagname.html - [similar]
AS番号(ASN) を取得する 2128
« GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_a ... ); if ( $asn ) { echo 'The ASN is: ' . $asn ; } ?> 上の例の出力は以下となります。 The ASN is: AS15133 EdgeC ...
https://man.plustar.jp/php/function.geoip-asnum-by-name.html - [similar]
数値を加算する 2128
« gmp_abs gmp_and » PHP Manual GMP 関数 数値を加算する gmp_add (PHP 4 >= 4.0.4, PHP 5, PHP 7, PH ... 210987655" ); echo gmp_strval ( $sum ) . "\n" ; ?> 上の例の出力は以下となります。 200000000000000 関連キーワ ...
https://man.plustar.jp/php/function.gmp-add.html - [similar]
ビット AND を計算する 2128
« gmp_add gmp_binomial » PHP Manual GMP 関数 ビット AND を計算する gmp_and (PHP 4 >= 4.0.4, PHP ... 1 ) . "\n" ; echo gmp_strval ( $and2 ) . "\n" ; ?> 上の例の出力は以下となります。 4 0 関連キーワード: ビット ...
https://man.plustar.jp/php/function.gmp-and.html - [similar]
階乗 2128
« gmp_export gmp_gcd » PHP Manual GMP 関数 階乗 gmp_fact (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) g ... 48, ... etc echo gmp_strval ( $fact2 ) . "\n" ; ?> 上の例の出力は以下となります。 120 304140932017133780436 ...
https://man.plustar.jp/php/function.gmp-fact.html - [similar]
法による逆 2128
« gmp_intval gmp_jacobi » PHP Manual GMP 関数 法による逆 gmp_invert (PHP 4 >= 4.0.4, PHP 5, PHP ... , "11" ); echo gmp_strval ( $invert ) . "\n" ; ?> 上の例の出力は以下となります。 9 関連キーワード: num , 法 ...
https://man.plustar.jp/php/function.gmp-invert.html - [similar]
モジュロ演算 2128
« gmp_legendre gmp_mul » PHP Manual GMP 関数 モジュロ演算 gmp_mod (PHP 4 >= 4.0.4, PHP 5, PHP 7, ... "8" , "3" ); echo gmp_strval ( $mod ) . "\n" ; ?> 上の例の出力は以下となります。 2 関連キーワード: モジュロ ...
https://man.plustar.jp/php/function.gmp-mod.html - [similar]
数値を乗算する 2128
« gmp_mod gmp_neg » PHP Manual GMP 関数 数値を乗算する gmp_mul (PHP 4 >= 4.0.4, PHP 5, PHP 7, PH ... " , "2000" ); echo gmp_strval ( $mul ) . "\n" ; ?> 上の例の出力は以下となります。 24691356000 関連キーワード ...
https://man.plustar.jp/php/function.gmp-mul.html - [similar]
ビット OR を計算する 2128
« gmp_nextprime gmp_perfect_power » PHP Manual GMP 関数 ビット OR を計算する gmp_or (PHP 4 >= 4. ... , "2" ); echo gmp_strval ( $or2 , 16 ) . "\n" ; ?> 上の例の出力は以下となります。 fffffff6 fffffff2 関連キー ...
https://man.plustar.jp/php/function.gmp-or.html - [similar]