検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 36 for inc (0.003 sec.)
変数のスコープ 7496
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... コープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。 ... 例えば、 <?php $a = 1 ; include 'b.inc' ; ?> この例で、変数 $a はインクルードさ ... れた b.inc スクリプトの中でも利用可能です。しかし、 ユーザー定 ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
WinCache 関数 7417
« 定義済み定数 wincache_fcache_fileinfo » PHP Manual WinCache WinCache 関数 WinCache 関数 目次 w ... にキャッシュされたファイルについての情報を取得する wincache_fcache_meminfo — ファイルキャッシュのメモリ使用 ... 状況についての情報を取得する wincache_lock — 指定したキーで排他ロックを確保する winc ... にキャッシュされたファイルについての情報を取得する wincache_ocache_meminfo — opcode キャッシュのメモリ使用 ... 状況についての情報を取得する wincache_refresh_if_changed — キャッシュされたファイルの ...
https://man.plustar.jp/php/ref.wincache.html - [similar]
PHP 用の Windows キャッシュ 7338
« uopz_unset_return はじめに » PHP Manual PHP の振る舞いの変更 PHP 用の Windows キャッシュ PHP 用 ... インストール/設定 要件 インストール手順 実行時設定 WinCache 統計スクリプト WinCache セッションハンドラ Win ... Cache 関数への切り替え リソース型 定義済み定数 WinCache 関数 wincache_fcache_fileinfo — ファイルキャッ ... にキャッシュされたファイルについての情報を取得する wincache_fcache_meminfo — ファイルキャッシュのメモリ使用 ... 状況についての情報を取得する wincache_lock — 指定したキーで排他ロックを確保する winc ...
https://man.plustar.jp/php/book.wincache.html - [similar]
ユーザーキャッシュに格納された変数を取得する 7338
« wincache_ucache_exists wincache_ucache_inc » PHP Manual WinCache 関数 ユーザーキャッシュに格納 ... された変数を取得する wincache_ucache_get (PECL wincache >= 1.1.0) wincache_u ... ユーザーキャッシュに格納された変数を取得する 説明 wincache_ucache_get ( mixed $key , bool &$success = ? ) ... 見つからなかった場合は 空の配列を返します。 例 例1 wincache_ucache_get() で key に文字列を使う例 <?php win ... cache_ucache_add ( 'color' , 'blue' ); var_dump ( wincache_ucache_get ( 'color' , $success )); var_dump ( ...
https://man.plustar.jp/php/function.wincache-ucache-get.html - [similar]
ユーザーキャッシュにキャッシュされたファイルについての情報を取得する 7258
« wincache_ucache_inc wincache_ucache_meminfo » PHP Manual WinCache 関数 ユーザーキャッシュにキャ ... ッシュされたファイルについての情報を取得する wincache_ucache_info (PECL wincache >= 1.1.0) wincache_ ... ャッシュされたファイルについての情報を取得する 説明 wincache_ucache_info ( bool $summaryonly = false , stri ... キャッシュからファイルが取り出された回数。 例 例1 wincache_ucache_info() の使用 <?php wincache_ucache_get ... ( 'green' ); wincache_ucache_set ( 'green' , 2922 ); wincache_ucache ...
https://man.plustar.jp/php/function.wincache-ucache-info.html - [similar]
Collapses the result set to a single document per group 7258
« SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se ... object 例 例1 SolrQuery::collapse() example <?php include "bootstrap.php" ; $options = array ( 'hostname ... ck Black ) [manu] => Array ( [0] => Apple Computer Inc. ) [manu_id_s] => apple [cat] => Array ( [0] => el ... s, 25,000 photos, or 150 hours of video [2] => 2.5-inch, 320x240 color TFT LCD display with LED backlight ... chargeable capability, Battery level indication ) [includes] => Array ( [0] => earbud headphones, USB cab ...
https://man.plustar.jp/php/solrquery.collapse.html - [similar]
SQL 文を直接実行する 7179
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... R BY name" ; if ( $conn ) { require_once( 'prepare.inc' ); $stmt = db2_exec ( $conn , $sql , array( 'curs ... 100-01"> <description> <name>Snow Shovel, Basic 22 inch</name> <details>Basic Snow Shovel, 22 inches wide ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 7179
« パッケージの使用 macOS 上での PHP のコンパイル » PHP Manual macOS へのインストール macOS Monte ... があります。 指定した拡張子 (例: .php .html および .inc) が PHP でパースされるようにします。 以下のような行 ... hp AddType application/x-httpd-php-source .phps # Since most users will want index.php to work we # also ...
https://man.plustar.jp/php/install.macosx.bundled.html - [similar]
ブラウザからのリクエストを、phar アーカイブ内部のファイルに転送する 7179
« Phar::unlinkArchive PharData » PHP Manual Phar ブラウザからのリクエストを、phar アーカイブ内部 ... 'php' => Phar :: PHP , // PHP としてパースします 'inc' => Phar :: PHP , // PHP としてパースします 'avi' ...
https://man.plustar.jp/php/phar.webphar.html - [similar]
ユーザー定義のセッション保存関数を設定する 7100
« session_set_cookie_params session_start » PHP Manual セッション関数 ユーザー定義のセッション保 ... 手続き型の完全なリファレンス実装は » save_handler.inc を参照してください。 関連キーワード: セッション , ...
https://man.plustar.jp/php/function.session-set-save-handler.html - [similar]
PREV 1 2 3 4 NEXT