検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 259 for [SIMILAR] 16 1024 4096 WITH 12102 字小 WITH 1128... (0.528 sec.)
Locale クラス 0
« NumberFormatter::setTextAttribute Locale::acceptFromHttp » PHP Manual intl Locale クラス Locale クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに "ロケール" とは、言語や文化等の地域固有の内容を API で取得する際に使用する識別子のことです。PHP で使用しているロケールは、 ...
https://man.plustar.jp/php/class.locale.html - [similar]
ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する 0
« ArrayIterator::setFlags ArrayIterator::uksort » PHP Manual ArrayIterator ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する ArrayIterator::uasort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::uasort — ユーザー定義の比較関数を使ってソートを行い、インデックスとの関 ...
https://man.plustar.jp/php/arrayiterator.uasort.html - [similar]
goto 0
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
定義済み定数 0
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SEEK_SET ( int ) SEEK_CUR ( int ) SEEK_END ( in ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
ある拡張機能がロードされているかどうかを調べる 0
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどうかを調べる extension_loaded (PHP 4, PHP 5, PHP 7, PHP 8) extension_loaded — ある拡張機能がロードされているかどうかを調べる 説明 extension_loaded ( string $extension ): bool 拡張モジュールがロ ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
以前に設定したHTTPヘッダを削除する 0
« header_register_callback header » PHP Manual ネットワーク 関数 以前に設定したHTTPヘッダを削除する header_remove (PHP 5 >= 5.3.0, PHP 7, PHP 8) header_remove — 以前に設定したHTTPヘッダを削除する 説明 header_remove ( ? string $name = null ): void header() 関数を使って以前に設定したHTTPヘ ...
https://man.plustar.jp/php/function.header-remove.html - [similar]
別の文字列の中で、ある文字が最後に現れる場所を見つける 0
« mb_strpos mb_strrichr » PHP Manual マルチバイト文字列 関数 別の文字列の中で、ある文字が最後に現れる場所を見つける mb_strrchr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strrchr — 別の文字列の中で、ある文字が最後に現れる場所を見つける 説明 mb_strrchr ( string $haystack , string $needle , bool $be ...
https://man.plustar.jp/php/function.mb-strrchr.html - [similar]
変数がユーザーキャッシュに存在するかどうかを調べる 0
« wincache_ucache_delete wincache_ucache_get » PHP Manual WinCache 関数 変数がユーザーキャッシュに存在するかどうかを調べる wincache_ucache_exists (PECL wincache >= 1.1.0) wincache_ucache_exists — 変数がユーザーキャッシュに存在するかどうかを調べる 説明 wincache_ucache_exists ( string $key ...
https://man.plustar.jp/php/function.wincache-ucache-exists.html - [similar]
マジック定数 0
« 自動的に定義される定数 式 » PHP Manual 定数 マジック定数 マジック定数 使われる場所によって値が変化する定数(マジック定数)が 9 つあります。 例えば、 __LINE__ はスクリプト上において 使われる行によって値が変化します。 これらの "マジック"定数は、実行時に解決される通常の定数とは異なり、コン ...
https://man.plustar.jp/php/language.constants.magic.html - [similar]