検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 1238 for [SIMILAR] 16 1024 4096 WITH 24618 トオ WITH 1097... (0.766 sec.)
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 OpenSSL 関数を使用するためには、 » OpenSSL ライブラリをインストールする必要があります。 PHP 7.0 は、少なくとも OpenSSL >= 0.9.8 が必要です。 他のバージョン (PHP >= 7.1.0) は、OpenSSL >= 1.0.1 が必要です。 PHP > ...
https://man.plustar.jp/php/openssl.requirements.html - [similar]
ストリームフィルタ 0
« 定義済み定数 ストリームコンテキスト » PHP Manual ストリーム ストリームフィルタ ストリームフィルタ フィルタ は、ストリームから読み込まれたり、 あるいは、ストリームから書き込まれたするデータに対して何らかの操作を行う、 最終段階にあるコードです。 PHP スクリプトの内部で、 stream_filter_reg ...
https://man.plustar.jp/php/stream.filters.html - [similar]
次にするべきことは? 0
« フォームの処理 インストールと設定 » PHP Manual 簡易チュートリアル 次にするべきことは? 次にするべきことは? ここで得た知識により、マニュアルのほとんどの部分、 そしてサンプルのアーカイブにある多くのスクリプトの例を理解できるようになったはずです。 この他 PHP でできる多くのことを示すスライド ...
https://man.plustar.jp/php/tutorial.whatsnext.html - [similar]
break 0
« foreach continue » PHP Manual 制御構造 break break (PHP 4, PHP 5, PHP 7, PHP 8) break は、現在実行中の for , foreach , while , do-while , switch 構造の実行を終了します。 break では、オプションの引数で ネストしたループ構造を抜ける数を指定することができます。 この引数のデフォルトは 1 で、 ...
https://man.plustar.jp/php/control-structures.break.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 ファイルシステムおよびストリーム設定オプション 名前 デフォルト 変更可能 変更履歴 allow_url_fopen "1" PHP_INI_SYSTEM allow_url_include "0" PHP_INI_SYSTEM PHP 7.4.0 以降 ...
https://man.plustar.jp/php/filesystem.configuration.html - [similar]
デバッグ出力のオン/オフを切り替える 0
« Memcache 関数 Memcached » PHP Manual Memcache 関数 デバッグ出力のオン/オフを切り替える memcache_debug (PECL memcache >= 0.2.0) memcache_debug — デバッグ出力のオン/オフを切り替える 説明 memcache_debug ( bool $on_off ): bool memcache_debug() は、パラメータ on_off が true の場合にデバッグ ...
https://man.plustar.jp/php/function.memcache-debug.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 0
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポインタを開く proc_open (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) proc_open — コマンドを実行し、入出力用にファイルポインタを開く 説明 proc_open ( array | string $command , array $descriptor_spec , ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
保存用表現から PHP の値を生成する 0
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, PHP 5, PHP 7, PHP 8) unserialize — 保存用表現から PHP の値を生成する 説明 unserialize ( string $data , array $options = [] ): mixed unserialize() は、シリアル化された変数を PHP 変数値に戻す変換 ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
実行時設定 0
« インストール手順 Igbinary 関数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Igbinary 設定オプション 名前 デフォルト 変更可能 変更履歴 igbinary.compact_strings 1 PHP_INI_ALL Igbinary の振る舞いに影響する、セッションの設定オプション 名前 デフ ...
https://man.plustar.jp/php/igbinary.configuration.html - [similar]
サーバーをサーバープールに追加する 0
« Memcached::addByKey Memcached::addServers » PHP Manual Memcached サーバーをサーバープールに追加する Memcached::addServer (PECL memcached >= 0.1.0) Memcached::addServer — サーバーをサーバープールに追加する 説明 public Memcached::addServer ( string $host , int $port , int $weight = 0 ): ...
https://man.plustar.jp/php/memcached.addserver.html - [similar]