検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 517 for 使い (0.021 sec.)
Stringable インターフェイス 3684
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス St ... ェイスの例 例1 基本的な Stringable インターフェイスの使い方 <?php class IPv4Address implements Stringable { p ...
https://man.plustar.jp/php/class.stringable.html - [similar]
WeakMap クラス 3684
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... tUnset ( object $object ): void } 例 例1 Weakmap の使い方の例 <?php $wm = new WeakMap (); $o = new StdClass ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
指定した collator で配列を並べ替える 3684
« Collator::sortWithSortKeys NumberFormatter » PHP Manual Collator 指定した collator で配列を並べ ... R です。 flags に無効な値を指定した場合もこの方式を使います。 戻り値 成功した場合に true を、失敗した場合に ...
https://man.plustar.jp/php/collator.sort.html - [similar]
相対的な書式 3684
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対 ... 影響しないため、 通常はこの書式に続けて月名を指定する使いかたが最適です。 "first day of January 2008" 'last d ... 影響しないため、 通常はこの書式に続けて月名を指定する使いかたが最適です。 "last day of next month" ordinal sp ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
他のイベントループに埋め込めるバックエンド群を返す 3684
« Ev::depth Ev::feedSignal » PHP Manual Ev 他のイベントループに埋め込めるバックエンド群を返す Ev ... // これで、すべてのソケットに対して $socket_loop を使い、それ以外については $loop を使うようになりました ?> ...
https://man.plustar.jp/php/ev.embeddablebackends.html - [similar]
現在の libev の構成でサポートするバックエンド群を返す 3684
« Ev::stop Ev::suspend » PHP Manual Ev 現在の libev の構成でサポートするバックエンド群を返す Ev: ... // これで、すべてのソケットに対して $socket_loop を使い、それ以外については $loop を使うようになりました ?> ...
https://man.plustar.jp/php/ev.supportedbackends.html - [similar]
文字列をスラッシュでクォートする 3684
« addcslashes bin2hex » PHP Manual String 関数 文字列をスラッシュでクォートする addslashes (PHP ... 関数は、 SQLインジェクション を防止しようとして誤った使い方がされることがあります。 この関数を使うのではなく、 ...
https://man.plustar.jp/php/function.addslashes.html - [similar]
配列の最初のキーを得る 3684
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first ... を返します。 例 例1 基本的な array_key_first() 関数の使い方 <?php $array = [ 'a' => 1 , 'b' => 2 , 'c' => 3 ] ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]
生の HTTP ヘッダを送信する 3684
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... 特別な場合を示しています。 // これより良い、典型的な使い方として、以下があげられます: // 1. header($_SERVER[ ... VER_PROTOCOL"] . " 404 Not Found"); // (HTTP/1.0 を使いながら、httpステータスメッセージを上書きする) // 2. ...
https://man.plustar.jp/php/function.header.html - [similar]
ファイルの構文ハイライト表示 3684
« __halt_compiler highlight_string » PHP Manual その他の関数 ファイルの構文ハイライト表示 highli ... タを使う場合、この関数は内部的に出力バッファリングを使います。 そのため、 ob_start() コールバック関数の中では ...
https://man.plustar.jp/php/function.highlight-file.html - [similar]