検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for [SIMILAR] 16 1024 4096 WITH 10447 fputs WITH 902... (0.290 sec.)
リソース型の一覧 0
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の一覧 以下にPHPのリソースを生成、使用、破棄するための関数の一覧を示します。 is_resource() によりある変数がリソースであるかど うかを調べることが可能です。また、 get_resource_type() は変数のリソ ...
https://man.plustar.jp/php/resource.html - [similar]
関数エイリアスのリスト 0
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少ないですが、PHPには複数の名前でコールされる関数があります。 いくつかの関数は単に二つの名前があり、実際の機能を持ちません。 (例えば is_int() と is_integer() は完全に同じです) いくつかの場合、 ...
https://man.plustar.jp/php/aliases.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]
SplTempFileObject クラス 0
« SplFileObject::valid SplTempFileObject::__construct » PHP Manual ファイル操作 SplTempFileObject クラス SplTempFileObject クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8) はじめに SplTempFileObject クラスは、一時ファイルへのオブジェクト指向インターフェイスを提供します。 クラス概要 class SplTempFil ...
https://man.plustar.jp/php/class.spltempfileobject.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
0
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目次 ストリームラッパーとして登録するクラスの例 例1 file_get_contents() を使って さまざまな場所からデータを取得する <?php /* /home/bar にあるローカルファイルを読み出す */ $localfile = file_get_c ...
https://man.plustar.jp/php/stream.examples.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
全二重接続を終了する 0
« stream_socket_server stream_supports_lock » PHP Manual ストリーム 関数 全二重接続を終了する stream_socket_shutdown (PHP 5 >= 5.2.1, PHP 7, PHP 8) stream_socket_shutdown — 全二重接続を終了する 説明 stream_socket_shutdown ( resource $stream , int $mode ): bool 全二重接続を (一時的あるいは ...
https://man.plustar.jp/php/function.stream-socket-shutdown.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT