検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 603 for [SIMILAR] 16 1024 4096 WITH 21908 推奨 WITH 2117... (0.451 sec.)
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP をコンパイルする際に、オプション --with-pspell[=dir] を追加する 必要があります。 注意 : Win32 ユーザーへの注意 この拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが ...
https://man.plustar.jp/php/pspell.installation.html - [similar]
新しいコレクションオブジェクトを割り当てる 0
« oci_lob_is_equal oci_new_connect » PHP Manual OCI8 関数 新しいコレクションオブジェクトを割り当てる oci_new_collection (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_new_collection — 新しいコレクションオブジェクトを割り当てる 説明 oci_new_collection ( resource $connection , string $type_ ...
https://man.plustar.jp/php/function.oci-new-collection.html - [similar]
PHP 5.6.x から PHP 7.0.x への移行 0
« Windows のサポート 下位互換性のない変更点 » PHP Manual 付録 PHP 5.6.x から PHP 7.0.x への移行 PHP 5.6.x から PHP 7.0.x への移行 目次 下位互換性のない変更点 新機能 PHP 7.0.x で推奨されなくなる機能 変更された関数 新しい関数 新しいクラスおよびインターフェイス 新しいグローバル定数 SAPI モジ ...
https://man.plustar.jp/php/migration70.html - [similar]
LOB のバッファをサーバーにフラッシュする、あるいは書き込む 0
« OCILob::export OCILob::free » PHP Manual OCILob LOB のバッファをサーバーにフラッシュする、あるいは書き込む OCILob::flush (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OCILob::flush — LOB のバッファをサーバーにフラッシュする、あるいは書き込む 説明 public OCILob::flush ( int $flag = 0 ): boo ...
https://man.plustar.jp/php/ocilob.flush.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 SQLite3 拡張モジュールはデフォルトで有効になっています。 無効にするには、コンパイル時に --without-sqlite3 を指定します。 Windows ユーザーは、この拡張モジュールを使用するには php_sqlite3.dll を有効にしなけれ ...
https://man.plustar.jp/php/sqlite3.installation.html - [similar]
Serializable インターフェイス 0
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラス Serializable インターフェイス Serializable インターフェイス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 独自のシリアライズ用のインターフェイスです。 このインターフェイスを実装したクラスは __sle ...
https://man.plustar.jp/php/class.serializable.html - [similar]
英数字かどうかを調べる 0
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alnum — 英数字かどうかを調べる 説明 ctype_alnum ( mixed $text ): bool 与えられた文字列 text のすべての文字が英字または 数字であるかどうかを調べます。 パラメータ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 0
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
小文字かどうかを調べる 0
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_lower — 小文字かどうかを調べる 説明 ctype_lower ( mixed $text ): bool text のすべての文字が小文字だった場合に true 、そうでない場合に false を返します。 パラメ ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 0
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_upper — 大文字かどうか調べる 説明 ctype_upper ( mixed $text ): bool 与えられた文字列 text のすべての文字が 大文字であるかどうかを調べます。 パラメータ text 調べ ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]