検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 615 for [SIMILAR] 16 1024 4096 WITH 19860 opcache WITH 1... (0.547 sec.)
実行演算子 0
« エラー制御演算子 加算子/減算子 » PHP Manual 演算子 実行演算子 実行演算子 PHP は 1 種類の実行演算子、バッククォート (``) をサポートします。 シングルクォートではないことに注意してください! PHP は、バッククォートの 中身をシェルコマンドとして実行しようとします。出力が返されます (すなわち、 ...
https://man.plustar.jp/php/language.operators.execution.html - [similar]
2 進数 を 10 進数に変換する 0
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP 7, PHP 8) bindec — 2 進数 を 10 進数に変換する 説明 bindec ( string $binary_string ): int | float 引数 binary_string により指定された 2 進数と等価な 10 進数を返します。 bindec() は、2 進数を ...
https://man.plustar.jp/php/function.bindec.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 IMAP 設定オプション 名前 デフォルト 変更可能 変更履歴 imap.enable_insecure_rsh "0" PHP_INI_SYSTEM PHP 7.1.25、7.2.13、7.3.0 以降で利用可能です。それより前のバージョン ...
https://man.plustar.jp/php/imap.configuration.html - [similar]
ラージオブジェクトのデータを他のラージオブジェクトに追加する 0
« OCILob OCILob::close » PHP Manual OCILob ラージオブジェクトのデータを他のラージオブジェクトに追加する OCILob::append (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OCILob::append — ラージオブジェクトのデータを他のラージオブジェクトに追加する 説明 public OCILob::append ( OCILob $from ): bool ...
https://man.plustar.jp/php/ocilob.append.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。 --disable-xml 付属しているexpatライブラリを用いて以下の関数はデフォルトで有効となっ ていま ...
https://man.plustar.jp/php/xml.installation.html - [similar]
キャッチされなかった Javascript 例外の中で未処理のものを返す 0
« V8Js::getExtensions V8Js::registerExtension » PHP Manual V8Js キャッチされなかった Javascript 例外の中で未処理のものを返す V8Js::getPendingException (PECL v8js >= 0.1.0) V8Js::getPendingException — キャッチされなかった Javascript 例外の中で未処理のものを返す 説明 public V8Js::getPendin ...
https://man.plustar.jp/php/v8js.getpendingexception.html - [similar]
総数を取得する 0
« APCUIterator::current APCUIterator::getTotalHits » PHP Manual APCUIterator 総数を取得する APCUIterator::getTotalCount (PECL apcu >= 5.0.0) APCUIterator::getTotalCount — 総数を取得する 説明 public APCUIterator::getTotalCount (): int 総数を取得します。 警告 この関数は、 現在のところ詳細な ...
https://man.plustar.jp/php/apcuiterator.gettotalcount.html - [similar]
除去 0
« 検証 Filter 関数 » PHP Manual 例 除去 除去 例1 メールアドレスの検証、および不正な部分の除去 <?php $a = 'joe@example.org' ; $b = 'bogus - at - example dot org' ; $c = '(bogus@example.org)' ; $sanitized_a = filter_var ( $a , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_a , FILTE ...
https://man.plustar.jp/php/filter.examples.sanitization.html - [similar]
16 進数を 10 進数に変換する 0
« getrandmax hypot » PHP Manual Math 関数 16 進数を 10 進数に変換する hexdec (PHP 4, PHP 5, PHP 7, PHP 8) hexdec — 16 進数を 10 進数に変換する 説明 hexdec ( string $hex_string ): int | float 引数 hex_string により指定された 16 進数に 等価な 10 進数を返します。 hexdec() は、16 進数を 表す ...
https://man.plustar.jp/php/function.hexdec.html - [similar]
メールボックスの名前を変更する 0
« imap_rename imap_reopen » PHP Manual IMAP 関数 メールボックスの名前を変更する imap_renamemailbox (PHP 4, PHP 5, PHP 7, PHP 8) imap_renamemailbox — メールボックスの名前を変更する 説明 imap_renamemailbox ( IMAP\Connection $imap , string $from , string $to ): bool この関数は、古いメールボ ...
https://man.plustar.jp/php/function.imap-renamemailbox.html - [similar]