検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 417 for [SIMILAR] 16 1024 4096 WITH 24371 setresourcelim... (0.421 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
LimitIterator を作成する 0
« LimitIterator LimitIterator::current » PHP Manual LimitIterator LimitIterator を作成する LimitIterator::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) LimitIterator::__construct — LimitIterator を作成する 説明 public LimitIterator::__construct ( Iterator $iterator , int $offset = 0 , int $ ...
https://man.plustar.jp/php/limititerator.construct.html - [similar]
サーバーの統計情報を取得する 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
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
画像の解像度を設定する 0
« Imagick::setRegistry Imagick::setResourceLimit » PHP Manual Imagick 画像の解像度を設定する Imagick::setResolution (PECL imagick 2, PECL imagick 3) Imagick::setResolution — 画像の解像度を設定する 説明 public Imagick::setResolution ( float $x_resolution , float $y_resolution ): bool 画像 ...
https://man.plustar.jp/php/imagick.setresolution.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]
持続的データベース接続 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]