検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 1116 for [SIMILAR] 16 1024 4096 WITH 8734 request WITH 33... (0.701 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
The Swoole\Lock class 0
« Swoole\Http\Server::start Swoole\Lock::__construct » PHP Manual Swoole The Swoole\Lock class The Swoole\Lock class (PECL swoole >= 1.9.0) はじめに クラス概要 class Swoole\Lock { /* メソッド */ public __destruct (): void public lock_read (): void public lock (): void public trylock_read ...
https://man.plustar.jp/php/class.swoole-lock.html - [similar]
PHP のデバッグについて 0
« PHP のデバッグ Configure オプション » PHP Manual PHP のデバッグ PHP のデバッグについて PHP のデバッグについて PHP には、 phpdbg 対話型デバッガー が同梱されます。 外部のデバッガモジュールを使用することもできます。 » Zend IDE にはデバッガが付属していますし、 DBG( » http://www.php-debugge ...
https://man.plustar.jp/php/debugger-about.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 このバージョンは、Dom Lachowicz による » Enchant ライブラリ の関数を使用しています。 Enchant 1.2.4 以降が必要です。 Enchant 2.0.0 以降は、PHP 8.0.0 以降でのみサポートされています。 Enchant には » Glib 2.6 以降も ...
https://man.plustar.jp/php/enchant.requirements.html - [similar]
cURL マルチハンドル用のオプションを設定する 0
« curl_multi_select curl_multi_strerror » PHP Manual cURL 関数 cURL マルチハンドル用のオプションを設定する curl_multi_setopt (PHP 5 >= 5.5.0, PHP 7, PHP 8) curl_multi_setopt — cURL マルチハンドル用のオプションを設定する 説明 curl_multi_setopt ( CurlMultiHandle $multi_handle , int $option ...
https://man.plustar.jp/php/function.curl-multi-setopt.html - [similar]
FDF 固有の出力ヘッダをセットする 0
« fdf_get_version fdf_next_field_name » PHP Manual FDF 関数 FDF 固有の出力ヘッダをセットする fdf_header (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVNf) fdf_header — FDF 固有の出力ヘッダをセットする 説明 fdf_header (): void この関数は、簡便に FDF の出力に適当な HTTP ヘッダを付加できるよう ...
https://man.plustar.jp/php/function.fdf-header.html - [similar]
ファイル全体を読み込んで配列に格納する 0
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格納する file (PHP 4, PHP 5, PHP 7, PHP 8) file — ファイル全体を読み込んで配列に格納する 説明 file ( string $filename , int $flags = 0 , ? resource $context = null ): array | false ファイル全体 ...
https://man.plustar.jp/php/function.file.html - [similar]
バイナリセーフなファイルの読み込み 0
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP 4, PHP 5, PHP 7, PHP 8) fread — バイナリセーフなファイルの読み込み 説明 fread ( resource $stream , int $length ): string | false fread() は、 stream が指すファイルポインタから最高 length バイト ...
https://man.plustar.jp/php/function.fread.html - [similar]
Returns a string description of the last connect error 0
« Stomp 関数 stomp_version » PHP Manual Stomp 関数 Returns a string description of the last connect error stomp_connect_error (PECL stomp >= 0.3.0) stomp_connect_error — Returns a string description of the last connect error 説明 stomp_connect_error (): string Returns a string descriptio ...
https://man.plustar.jp/php/function.stomp-connect-error.html - [similar]