検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 405 for Num (0.009 sec.)
カラム番号を返す 4919
« odbc_field_name odbc_field_precision » PHP Manual ODBC 関数 カラム番号を返す odbc_field_num (P ... HP 4, PHP 5, PHP 7, PHP 8) odbc_field_num — カラム番号を返す 説明 odbc_field_num ( resource ... ます。 関連キーワード: 番号 , カラム , フィールド , num , precision , 関数 , resource , string , int , 対応 ...
https://man.plustar.jp/php/function.odbc-field-num.html - [similar]
絶対値 4860
« GMP 関数 gmp_add » PHP Manual GMP 関数 絶対値 gmp_abs (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gm ... p_abs — 絶対値 説明 gmp_abs ( GMP | int | string $num ): GMP ある数の絶対値を返します。 パラメータ num G ... 、あるいは数値に変換可能な数値形式の文字列。 戻り値 num の絶対値を GMP 数で返します。 例 例1 gmp_abs() の例 ... なります。 274982683358 274982683358 関連キーワード: num , 関数 , 数値 , int , string , パラメータ , オブジ ...
https://man.plustar.jp/php/function.gmp-abs.html - [similar]
符号を反転する 4860
« gmp_mul gmp_nextprime » PHP Manual GMP 関数 符号を反転する gmp_neg (PHP 4 >= 4.0.4, PHP 5, PHP ... 符号を反転する 説明 gmp_neg ( GMP | int | string $num ): GMP ある数の符号を反転したものを返します。 パラ ... メータ num GMP オブジェクト、整数、あるいは数値に変換可能な数 ... 値形式の文字列。 戻り値 - num を GMP 数で返します。 例 例1 gmp_neg() の例 <?php ... なります。 -1 1 関連キーワード: 符号 , 反転 , neg , num , 数値 , mul , next , 関数 , int , string ...
https://man.plustar.jp/php/function.gmp-neg.html - [similar]
コレクションの最後から要素を切り取る 4834
« OCICollection::size OCILob » PHP Manual OCICollection コレクションの最後から要素を切り取る OCI ... 素を切り取る 説明 public OCICollection::trim ( int $num ): bool コレクションの最後から num 個の要素を切り取 ... ります。 パラメータ num 切り取る要素の数。 戻り値 成功した場合に true を、 ... 要素 , コレクション , 最後 , OCICollection , OCI , num , 変更 , size , 名前 , 規約 ...
https://man.plustar.jp/php/ocicollection.trim.html - [similar]
結果セット内の指定したカラムの位置を返す 4800
« db2_field_name db2_field_precision » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの位置 ... を返す db2_field_num (PECL ibm_db2 >= 1.0.0) db2_field_num — 結果セット ... 内の指定したカラムの位置を返す 説明 db2_field_num ( resource $stmt , mixed $column ): int 結果セット ... セット内にそのカラムが存在しない場合には、 db2_field_num() は false を返します。 参考 db2_field_display_siz ... 返す 関連キーワード: セット , カラム , 位置 , 指定 , num , column , stmt , precision , 位取り , scale ...
https://man.plustar.jp/php/function.db2-field-num.html - [similar]
平方根を計算する 4800
« gmp_sign gmp_sqrtrem » PHP Manual GMP 関数 平方根を計算する gmp_sqrt (PHP 4 >= 4.0.4, PHP 5, P ... 平方根を計算する 説明 gmp_sqrt ( GMP | int | string $num ): GMP num の平方根を計算します。 パラメータ num G ... 1234567890 関連キーワード: 平方根 , 計算 , sqrt , num , 整数 , 数値 , sqrtrem , 関数 , int , string ...
https://man.plustar.jp/php/function.gmp-sqrt.html - [similar]
リソース型の一覧 4800
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... ) cubrid_move_cursor() cubrid_next_result() cubrid_num_cols() cubrid_num_rows() cubrid_set_query_timeout( ... () cubrid_field_table() cubrid_field_type() cubrid_num_fields() cubrid_result() cubrid_lob2_bind() cubrid ... t_record() , dbase_get_record_with_names() , dbase_numfields() , dbase_numrecords() dbase_close() Dbaseデ ... bed() , imap_mail_copy() , imap_mail_move() , imap_num_msg() , imap_num_recent() , imap_ping() , imap_ren ...
https://man.plustar.jp/php/resource.html - [similar]
Dump cache 4800
« Yac::delete Yac::flush » PHP Manual Yac Dump cache Yac::dump (PECL yac >= 1.0.0) Yac::dump — D ... ump cache 説明 public Yac::dump ( int $$num ): mixed Dump values stored in cache パラメータ nu ... m Maximum number of items should be returned 戻り値 mixed 関連キ ... ーワード: Dump , Yac , num , flush , public , int , values , stored , パラメー ...
https://man.plustar.jp/php/yac.dump.html - [similar]
10 進数を 16 進数に変換する 4774
« decbin decoct » PHP Manual Math 関数 10 進数を 16 進数に変換する dechex (PHP 4, PHP 5, PHP 7, ... x — 10 進数を 16 進数に変換する 説明 dechex ( int $num ): string num で指定した符号なし整数値を 16 進数表 ... ex() が返す結果は ffffffff になります。 パラメータ num 変換したい 10 進数値。 PHP の int は符号付き整数で ... しても、それを符号なし整数として処理します。 戻り値 num を 16 進文字列で表した値を返します。 例 例1 dechex ... 意に変換する 関連キーワード: 変換 , dechex , 整数 , num , 符号 , ffffffff , decoct , int , 出力 , decbin ...
https://man.plustar.jp/php/function.dechex.html - [similar]
セットされているビットの数 4774
« gmp_perfect_square gmp_pow » PHP Manual GMP 関数 セットされているビットの数 gmp_popcount (PHP ... るビットの数 説明 gmp_popcount ( GMP | int | string $num ): int セットされているビットの数を返します。 パラ ... メータ num GMP オブジェクト、整数、あるいは数値に変換可能な数 ... 値形式の文字列。 戻り値 num にセットされているビットの数を返します。 例 例1 gm ... 関連キーワード: ビット , セット , 数 , popcount , num , 数値 , int , 整数 , 形式 , 変換 ...
https://man.plustar.jp/php/function.gmp-popcount.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT