検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 906 for [SIMILAR] 16 1024 4096 WITH 18040 乗算 WITH 6294... (1.830 sec.)
ステートメントの実行 0
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの実行 ステートメントの実行 ステートメントは、 mysqli::query() , mysqli::real_query() , mysqli::multi_query() を使って実行できます。 mysqli::query() がもっともよく使われますが、 ステートメントの ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
指定した添字の新しい値を設定する 0
« SplFixedArray::offsetGet SplFixedArray::offsetUnset » PHP Manual SplFixedArray 指定した添字の新しい値を設定する SplFixedArray::offsetSet (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::offsetSet — 指定した添字の新しい値を設定する 説明 public SplFixedArray::offsetSet ( int $index , mixed ...
https://man.plustar.jp/php/splfixedarray.offsetset.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]
曜日を返す 0
« gregoriantojd jdmonthname » PHP Manual カレンダー 関数 曜日を返す jddayofweek (PHP 4, PHP 5, PHP 7, PHP 8) jddayofweek — 曜日を返す 説明 jddayofweek ( int $julian_day , int $mode = CAL_DOW_DAYNO ): int | string 曜日を返します。 モードに依存した文字あるいは整数を返す事が出来ます。 パラメ ...
https://man.plustar.jp/php/function.jddayofweek.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 0
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_srand (PHP 4, PHP 5, PHP 7, PHP 8) mt_srand — メルセンヌ・ツイスター乱数生成器にシードを指定する 説明 mt_srand ( int $seed = 0 , int $mode = MT_RAND_MT19937 ): void seed により乱数生成器にシード ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
正弦(サイン) 0
« round sinh » PHP Manual Math 関数 正弦(サイン) sin (PHP 4, PHP 5, PHP 7, PHP 8) sin — 正弦(サイン) 説明 sin ( float $num ): float sin() は、 num のサインを 返します。 num はラジアンです。 パラメータ num ラジアンで表した値。 戻り値 num のサインを返します。 例 例1 sin() の例 <?php // ...
https://man.plustar.jp/php/function.sin.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 0
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strpos (PHP 4, PHP 5, PHP 7, PHP 8) strpos — 文字列内の部分文字列が最初に現れる場所を見つける 説明 strpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で ...
https://man.plustar.jp/php/function.strpos.html - [similar]
文字列が最初に現れる位置を見つける 0
« strspn strtok » PHP Manual String 関数 文字列が最初に現れる位置を見つける strstr (PHP 4, PHP 5, PHP 7, PHP 8) strstr — 文字列が最初に現れる位置を見つける 説明 strstr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack の中で needle が最初に現れる ...
https://man.plustar.jp/php/function.strstr.html - [similar]
特定のインデックスに新しい値を 追加/挿入 する 0
« SplDoublyLinkedList SplDoublyLinkedList::bottom » PHP Manual SplDoublyLinkedList 特定のインデックスに新しい値を 追加/挿入 する SplDoublyLinkedList::add (PHP 5 >= 5.5.0, PHP 7, PHP 8) SplDoublyLinkedList::add — 特定のインデックスに新しい値を 追加/挿入 する 説明 public SplDoublyLinkedLis ...
https://man.plustar.jp/php/spldoublylinkedlist.add.html - [similar]
取得されたすべての行を配列として取得する 0
« pg_fetch_all_columns pg_fetch_array » PHP Manual PostgreSQL 関数 取得されたすべての行を配列として取得する pg_fetch_all (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_fetch_all — 取得されたすべての行を配列として取得する 説明 pg_fetch_all ( PgSql\Result $result , int $mode = PGSQL_ASSOC ): arr ...
https://man.plustar.jp/php/function.pg-fetch-all.html - [similar]