検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 134 for [SIMILAR] 16 1024 4096 WITH 30835 双曲 WITH 2376... (0.195 sec.)
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
数字かどうかを調べる 0
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
GMP 関数 0
« 例 gmp_abs » PHP Manual GMP GMP 関数 GMP 関数 参考 より数学的な関数が、 数学 の節にあります。 目次 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビットをクリアする gmp_cmp — 数を比較する gmp_com — 1 の補数を計算 ...
https://man.plustar.jp/php/ref.gmp.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
GNU Multiple Precision 0
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インストール/設定 要件 インストール手順 実行時設定 定義済み定数 例 GMP 関数 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビ ...
https://man.plustar.jp/php/book.gmp.html - [similar]
GMP 数を文字列に変換する 0
« gmp_sqrtrem gmp_sub » PHP Manual GMP 関数 GMP 数を文字列に変換する gmp_strval (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_strval — GMP 数を文字列に変換する 説明 gmp_strval ( GMP | int | string $num , int $base = 10 ): string GMP 数を base を基数とする文字列表現に変換します。 デフォルトの ...
https://man.plustar.jp/php/function.gmp-strval.html - [similar]
変数の整数としての値を取得する 0
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP 5, PHP 7, PHP 8) intval — 変数の整数としての値を取得する 説明 intval ( mixed $value , int $base = 10 ): int 指定された値 base を基数(デフォルトは 10)とする、 value の int としての値を返します ...
https://man.plustar.jp/php/function.intval.html - [similar]
フォーマットされた文字列を返す 0
« soundex sscanf » PHP Manual String 関数 フォーマットされた文字列を返す sprintf (PHP 4, PHP 5, PHP 7, PHP 8) sprintf — フォーマットされた文字列を返す 説明 sprintf ( string $format , mixed ...$values ): string フォーマット文字列 format に基づき生成された文字列を返します。 パラメータ form ...
https://man.plustar.jp/php/function.sprintf.html - [similar]
ファイルのモードを変更する 0
« chgrp chown » PHP Manual ファイルシステム 関数 ファイルのモードを変更する chmod (PHP 4, PHP 5, PHP 7, PHP 8) chmod — ファイルのモードを変更する 説明 chmod ( string $filename , int $permissions ): bool 指定されたファイルのモードを permissions で指定したものに変更しようと試みます。 パラメ ...
https://man.plustar.jp/php/function.chmod.html - [similar]
共有メモリブロックを作成またはオープンする 0
« shmop_delete shmop_read » PHP Manual 共有メモリ関数 共有メモリブロックを作成またはオープンする shmop_open (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_open — 共有メモリブロックを作成またはオープンする 説明 shmop_open ( int $key , string $mode , int $permissions , int $size ): Shmop | fa ...
https://man.plustar.jp/php/function.shmop-open.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT