検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 777 for e (0.035 sec.)
文字列の長さを得る 3124
« stristr strnatcasecmp » PHP Manual String 関数 文字列の長さを得る strlen (PHP 4, PHP 5, PHP 7, ... PHP 8) strlen — 文字列の長さを得る 説明 strlen ( string $string ... が空の文字列だった場合に 0 を返します。 例 例1 strlen() の例 <?php $str = 'abcdef' ; echo strlen ( $str ... ); // 6 $str = ' ab cd ' ; echo strlen ( $str ); // 7 ?> 注意 注意 : strlen() が ... り、 文字数ではありません。 注意 : 配列に対して strlen() を実行すると null を返し、 E_WARNING レベルのエ ...
https://man.plustar.jp/php/function.strlen.html - [similar]
Description 3124
« ImagickPixel::setColorValue ImagickPixel::setHSL » PHP Manual ImagickPixel Description Imagick ... Pixel::setColorValueQuantum (PECL imagick 2 >=2.3.0, PE ... CL imagick 3) ImagickPixel::setColorValueQuantum — Description 説明 public I ... magickPixel::setColorValueQuantum ( int $color , int | float ... $value ): bool Sets the quantum value of a color element ...
https://man.plustar.jp/php/imagickpixel.setcolorvaluequantum.html - [similar]
実行時設定 3124
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... プション 名前 デフォルト 変更可能 変更履歴 mongodb.debug "" PHP_INI_ALL 以下に設定ディレクティブに関する ... 簡単な説明を示します。 mongodb.debug string This option can be used to enable or dis ... able trace-level debug logging in the driver (and libmo ... ngoc). Specify an empty string, "0" , "off" , "no" , or "fals ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
接続、および接続の管理 3124
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... の指定を行います。 例1 MySQL への接続 <?php $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user ... ); ?> 接続時になんらかのエラーが発生した場合、 PDOException オブジェクトがスローされます。エラー処理を ... この例外を キャッチします。あるいはこれを無視して、 set_exception_handler() で設定した グローバル例外ハン ... できます。 例2 接続エラーの処理 <?php try { $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
配列のサイズを変更する 3124
« SplFixedArray::rewind SplFixedArray::toArray » PHP Manual SplFixedArray 配列のサイズを変更する ... SplFixedArray::setSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplF ... ixedArray::setSize — 配列のサイズを変更する 説明 publi ... c SplFixedArray::setSize ( int $size ): bool 配列のサイズを、 ... 新しい値 size に変更します。 size が現在の配列のサイズより小さい ...
https://man.plustar.jp/php/splfixedarray.setsize.html - [similar]
実行時設定 3124
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 SQLite3 設定オプション 名前 デフォルト 変更可能 変更履歴 ... sqlite3.extension_dir "" PHP_INI_SYSTEM sqlite3.defensive ... 1 PHP_INI_SYSTEM PHP 7.2.17 ,7.3.4 以降、かつ libsqlite ≥ 3.26.0 で ... 定ディレクティブに関する 簡単な説明を示します。 sqlite3.extension_dir string SQLite 用のロードモジュールが ...
https://man.plustar.jp/php/sqlite3.configuration.html - [similar]
ストリームのエラー 3124
« ストリームコンテキスト 例 » PHP Manual ストリーム ストリームのエラー ストリームのエラー ファイ ... インストールされた PHP でサポートされているかは、 stream_get_wrappers() の返す配列の内容を参照 してくださ ... い。なお、他の PHP の内部関数と同様、 E_WARNING メッセージがエラー時に出力され、 エラーの原 ...
https://man.plustar.jp/php/stream.errors.html - [similar]
ディレクトリを作成する 3124
« streamWrapper::dir_rewinddir streamWrapper::rename » PHP Manual streamWrapper ディレクトリを作 ... 成する streamWrapper::mkdir (PHP 5, PHP 7, PHP 8) streamWrappe ... r::mkdir — ディレクトリを作成する 説明 public streamWrapper::mkdir ( string $path , int $mode , int $ ... せん 。 パラメータ path 作成したいディレクトリ。 mode mkdir() に渡す値。 options STREAM_MKDIR_RECURSIVE ... などの値のビットマスク。 戻り値 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 ...
https://man.plustar.jp/php/streamwrapper.mkdir.html - [similar]
ディレクトリを削除する 3124
« streamWrapper::rename streamWrapper::stream_cast » PHP Manual streamWrapper ディレクトリを削除 ... する streamWrapper::rmdir (PHP 5, PHP 7, PHP 8) streamWrappe ... r::rmdir — ディレクトリを削除する 説明 public streamWrapper::rmdir ( string $path , int $options ): b ... ータ path 削除したいディレクトリの URL。 options STREAM_MKDIR_RECURSIVE などの値のビットマスク。 戻り値 ... 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 ...
https://man.plustar.jp/php/streamwrapper.rmdir.html - [similar]
ファイルを削除する 3124
« streamWrapper::stream_write streamWrapper::url_stat » PHP Manual streamWrapper ファイルを削除す ... る streamWrapper::unlink (PHP 5, PHP 7, PHP 8) streamWrapp ... er::unlink — ファイルを削除する 説明 public streamWrapper::unlink ( string $path ): bool このメソッ ... 削除したいファイルの URL。 戻り値 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 ... ソッドのコールに (未実装などの理由で) 失敗した場合、 E_WARNING を発行します。 注意 注意 : 有効なコンテキス ...
https://man.plustar.jp/php/streamwrapper.unlink.html - [similar]