検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 224 for [SIMILAR] 16 1024 4096 WITH 15337 recursion WITH... (0.274 sec.)
サーバーの統計情報を取得する 0
« Memcache::getServerStatus Memcache::getVersion » PHP Manual Memcache サーバーの統計情報を取得する Memcache::getStats (PECL memcache >= 0.2.0) Memcache::getStats — サーバーの統計情報を取得する 説明 Memcache::getStats ( string $type = ? , int $slabid = ? , int $limit = 100 ): array | fal ...
https://man.plustar.jp/php/memcache.getstats.html - [similar]
ケース 2: cgi.force_redirect を使用 0
« ケース 1: 配布制限がないファイルのみを配布 ケース 3: doc_root または user_dir を設定 » PHP Manual CGI バイナリとしてインストール ケース 2: cgi.force_redirect を使用 ケース 2: cgi.force_redirect を使用 設定ディレクティブ cgi.force_redirect は、 http://my.host/cgi-bin/php/secretdir/scrip ...
https://man.plustar.jp/php/security.cgi-bin.force-redirect.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual XSL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 XSL_CLONE_AUTO ( int ) XSL_CLONE_NEVER ( int ) XSL_CLONE_ALWAYS ( int ) LIBXSLT ...
https://man.plustar.jp/php/xsl.constants.html - [similar]
定義済み定数 0
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 The following opcodes are defined as constants by uopz before 5.0.0: ZE ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
正規表現によるマッチングを行う 0
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PHP 4, PHP 5, PHP 7, PHP 8) preg_match — 正規表現によるマッチングを行う 説明 preg_match ( string $pattern , string $subject , array &$matches = null , int $flags = 0 , int $offset = 0 ): int | f ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
持続的データベース接続 0
« 接続処理 コマンドラインの使用法 » PHP Manual 機能 持続的データベース接続 持続的データベース接続 持続的接続は、スクリプトの実行終了時にも閉じられないリンクです。 持続的接続が要求された時、PHPは(前もってオープンされたままになって いる)同じ持続的接続が既にオープンされていないかどうかを確認 ...
https://man.plustar.jp/php/features.persistent-connections.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
バックトレースを表示する 0
« debug_backtrace error_clear_last » PHP Manual エラー処理関数 バックトレースを表示する debug_print_backtrace (PHP 5, PHP 7, PHP 8) debug_print_backtrace — バックトレースを表示する 説明 debug_print_backtrace ( int $options = 0 , int $limit = 0 ): void debug_print_backtrace() は PHP バック ...
https://man.plustar.jp/php/function.debug-print-backtrace.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT