検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 254 for [SIMILAR] 16 1024 4096 WITH 14708 getfile WITH 7... (0.266 sec.)
MySQL データベースに接続する 0
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQL DSN (PECL PDO_MYSQL >= 0.1.0) PDO_MYSQL DSN — MySQL データベースに接続する 説明 PDO_MYSQL データソース名 (DSN) は以下の要素で構成されます。 DSN 接頭辞 DSN 接頭辞は mysql: です。 host データベ ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
新しいファイルオブジェクトを作成する 0
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作成する SplFileObject::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::__construct — 新しいファイルオブジェクトを作成する 説明 public SplFileObject::__construct ( string $filename , s ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
指定した collator とキーで配列を並べ替える 0
« Collator::setStrength Collator::sort » PHP Manual Collator 指定した collator とキーで配列を並べ替える Collator::sortWithSortKeys collator_sort_with_sort_keys (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Collator::sortWithSortKeys -- collator_sort_with_sort_keys — 指定した collato ...
https://man.plustar.jp/php/collator.sortwithsortkeys.html - [similar]
ファイルをパースする 0
« mailparse_msg_get_structure mailparse_msg_parse » PHP Manual Mailparse 関数 ファイルをパースする mailparse_msg_parse_file (PECL mailparse >= 0.9.0) mailparse_msg_parse_file — ファイルをパースする 説明 mailparse_msg_parse_file ( string $filename ): resource ファイルをパースします。 ディ ...
https://man.plustar.jp/php/function.mailparse-msg-parse-file.html - [similar]
パスワードが、ハッシュ値と一致するかを調べる 0
« sodium_crypto_pwhash_str_needs_rehash sodium_crypto_pwhash_str » PHP Manual Sodium 関数 パスワードが、ハッシュ値と一致するかを調べる sodium_crypto_pwhash_str_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_str_verify — パスワードが、ハッシュ値と一致するかを調べる 説明 sodium_crypto ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-verify.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 これらの関数を動作させるには、 --with-imap[=DIR] を指定して PHP をコンパイルする必要があります。DIR は c-client インストール時のプレフィックスです。上の例のような場合には --with-imap=/usr/local/imap-2000b ...
https://man.plustar.jp/php/imap.installation.html - [similar]
パッケージの使用 0
« macOS へのインストール macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 » PHP Manual macOS へのインストール パッケージの使用 パッケージの使用 macOS 用にコンパイルされた PHP パッケージがいくつか存在します。 一般的なセットアップを行うにあたって、利用することができます。 ...
https://man.plustar.jp/php/install.macosx.packages.html - [similar]
リソース 0
« 列挙型 / Enum NULL » PHP Manual 型 リソース リソース リソース は特別な変数であり、外部リソースへのリファレンスを保持しています。 リソースは、特別な関数により作成され、使用されます。 これらの関数および対応する全ての リソース 型の一覧については、 付録 を参照ください。 get_resource_type() ...
https://man.plustar.jp/php/language.types.resource.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
新しいディレクトリを追加する 0
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive::addEmptyDir (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.8.0) ZipArchive::addEmptyDir — 新しいディレクトリを追加する 説明 public ZipArchive::addEmptyDir ( string $dirname , int $flags = 0 ): ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]