検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1358 for [SIMILAR] 16 1024 4096 WITH 19025 strpos WITH 57... (0.945 sec.)
基本的な curl の使用法 0
« 例 cURL 関数 » PHP Manual 例 基本的な curl の使用法 基本的な curl の使用法 PHP を cURL サポート機能付きでコンパイルすると、 curl 関数を使用可能となります。cURL 関数の基本的な使用法は、 curl_init() により cURL セッションを初期化、 curl_setopt() により転送時のオプションを設定、 続いて cu ...
https://man.plustar.jp/php/curl.examples-basic.html - [similar]
Phar アーカイブの使用法: phar ストリームラッパー 0
« Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: Phar クラスおよび PharData クラス » PHP Manual Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー Phar アーカイブの使用法: phar ストリームラッパー Phar ストリームラッパーは、 fopen() による読み込みや 書き込み ...
https://man.plustar.jp/php/phar.using.stream.html - [similar]
持続的データベース接続 0
« 接続処理 コマンドラインの使用法 » PHP Manual 機能 持続的データベース接続 持続的データベース接続 持続的接続は、スクリプトの実行終了時にも閉じられないリンクです。 持続的接続が要求された時、PHPは(前もってオープンされたままになって いる)同じ持続的接続が既にオープンされていないかどうかを確認 ...
https://man.plustar.jp/php/features.persistent-connections.html - [similar]
その言語で使用する辞書の優先順位を宣言する 0
« enchant_broker_set_dict_path enchant_dict_add_to_personal » PHP Manual Enchant 関数 その言語で使用する辞書の優先順位を宣言する enchant_broker_set_ordering (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 ) enchant_broker_set_ordering — その言語で使用する辞書の優先順位を宣言する 説明 ...
https://man.plustar.jp/php/function.enchant-broker-set-ordering.html - [similar]
Zip 0
« RarException::setUsingExceptions はじめに » PHP Manual 圧縮およびアーカイブ Zip Zip はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 ZipArchive — ZipArchive クラス ZipArchive::addEmptyDir — 新しいディレクトリを追加する ZipArchive::addFile — 指定した ...
https://man.plustar.jp/php/book.zip.html - [similar]
ImagickDraw クラス 0
« Imagick::writeImagesFile ImagickDraw::affine » PHP Manual ImageMagick ImagickDraw クラス ImagickDraw クラス (PECL imagick 2, PECL imagick 3) クラス概要 class ImagickDraw { public affine ( array $affine ): bool public annotation ( float $x , float $y , string $text ): bool public arc ( ...
https://man.plustar.jp/php/class.imagickdraw.html - [similar]
インデックスを使用して、エントリの内容を返す 0
« ZipArchive::getExternalAttributesName ZipArchive::getFromName » PHP Manual ZipArchive インデックスを使用して、エントリの内容を返す ZipArchive::getFromIndex (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ZipArchive::getFromIndex — インデックスを使用して、エントリの内容を返す 説明 pub ...
https://man.plustar.jp/php/ziparchive.getfromindex.html - [similar]
基本的な VarnishStat の使用法 0
« 基本的な VarnishAdmin の使用法 基本的な VarnishLog の使用法 » PHP Manual 例 基本的な VarnishStat の使用法 基本的な VarnishStat の使用法 共用メモリから、varnish 統計のスナップショットを取得する例を示します。 例1 統計のスナップショットをを取得する <?php $vs = new VarnishStat ; try { $dat ...
https://man.plustar.jp/php/varnish.example.stat.html - [similar]
設定を変更するには 0
« どこで設定を行うのか 言語リファレンス » PHP Manual 実行時設定 設定を変更するには 設定を変更するには Apache モジュールとして PHP を実行している場合 PHP を Apache モジュールとして使用している場合、Apache 設定ファイル (例、 httpd.conf ) もしくは .htaccess ファイルにディレクティブを記述する ...
https://man.plustar.jp/php/configuration.changes.html - [similar]
リモートファイルの使用 0
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow_url_fopen を有効にした場合、 ファイル名をパラメータとする関数の多くで HTTP および FTP のURL を使用することができます。加えて、 include 、 include_once 、 require および require_once 命令でURL ...
https://man.plustar.jp/php/features.remote-files.html - [similar]