検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1361 for [SIMILAR] 16 1024 4096 WITH 10403 末尾 WITH 6189... (1.244 sec.)
最大公約数と乗数を計算する 0
« gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_gcdext — 最大公約数と乗数を計算する 説明 gmp_gcdext ( GMP | int | string $num1 , GMP | int | string $num2 ): array a*s + b*t = g = gcd(a,b) となるような g, s, t を計 ...
https://man.plustar.jp/php/function.gmp-gcdext.html - [similar]
秒およびナノ秒単位で実行を遅延する 0
« sys_getloadavg time_sleep_until » PHP Manual その他の関数 秒およびナノ秒単位で実行を遅延する time_nanosleep (PHP 5, PHP 7, PHP 8) time_nanosleep — 秒およびナノ秒単位で実行を遅延する 説明 time_nanosleep ( int $seconds , int $nanoseconds ): array | bool 指定した seconds および nanosecond ...
https://man.plustar.jp/php/function.time-nanosleep.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
大文字小文字を区別しない "自然順" アルゴリズムでエントリをソートする 0
« ArrayObject::ksort ArrayObject::natsort » PHP Manual ArrayObject 大文字小文字を区別しない "自然順" アルゴリズムでエントリをソートする ArrayObject::natcasesort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::natcasesort — 大文字小文字を区別しない "自然順" アルゴリズムでエントリをソートする ...
https://man.plustar.jp/php/arrayobject.natcasesort.html - [similar]
"自然順" アルゴリズムでエントリをソートする 0
« ArrayObject::natcasesort ArrayObject::offsetExists » PHP Manual ArrayObject "自然順" アルゴリズムでエントリをソートする ArrayObject::natsort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::natsort — "自然順" アルゴリズムでエントリをソートする 説明 public ArrayObject::natsort (): bool このメ ...
https://man.plustar.jp/php/arrayobject.natsort.html - [similar]
ユーザー定義の比較関数を使って、キーでエントリをソートする 0
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を使って、キーでエントリをソートする ArrayObject::uksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::uksort — ユーザー定義の比較関数を使って、キーでエントリをソートする 説明 public ArrayObject:: ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 0
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバーに送信し、その結果を待たない pg_send_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_query_params — コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 説明 pg_send_query ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
セッションキャッシュのメモリ使用状況についての情報を取得する 0
« wincache_scache_info wincache_ucache_add » PHP Manual WinCache 関数 セッションキャッシュのメモリ使用状況についての情報を取得する wincache_scache_meminfo (PECL wincache >= 1.1.0) wincache_scache_meminfo — セッションキャッシュのメモリ使用状況についての情報を取得する 説明 wincache_scache_ ...
https://man.plustar.jp/php/function.wincache-scache-meminfo.html - [similar]
ユーザーキャッシュのメモリ使用状況についての情報を取得する 0
« wincache_ucache_info wincache_ucache_set » PHP Manual WinCache 関数 ユーザーキャッシュのメモリ使用状況についての情報を取得する wincache_ucache_meminfo (PECL wincache >= 1.1.0) wincache_ucache_meminfo — ユーザーキャッシュのメモリ使用状況についての情報を取得する 説明 wincache_ucache_memi ...
https://man.plustar.jp/php/function.wincache-ucache-meminfo.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]