検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 434 for info (0.075 sec.)
Record warning log information 4269
« SeasLog::setRequestVariable SPL » PHP Manual SeasLog Record warning log information SeasLog::w ... log >=1.0.0) SeasLog::warning — Record warning log information 説明 public static SeasLog::warning ( strin ... ? , string $logger = ? ): bool Record warning log information. 注意 : "WARNING" - Exceptional occurrences ... that are not errors. Potentially aberrant information that needs attention and needs to be repair ... lues from content array. Sush as `message` is `log info from {NAME}` and `content` is `array('NAME' => nee ...
https://man.plustar.jp/php/seaslog.warning.html - [similar]
プリペアドクエリのパラメータ数を返す 4244
« ibase_num_fields ibase_param_info » PHP Manual Firebird/InterBase 関数 プリペアドクエリのパラメ ... f parameter placeholders and execution ibase_param_info() - プリペアドクエリのパラメータに関する情報を返す ... アドクエリ , ibase , num , query , params , param , info , 関数 , prepare ...
https://man.plustar.jp/php/function.ibase-num-params.html - [similar]
拡張モジュールのバージョンを取得する 4244
« ReflectionExtension::getName ReflectionExtension::info » PHP Manual ReflectionExtension 拡張モ ... なります。 string(3) "0.1" 参考 ReflectionExtension::info() - 拡張モジュールの情報を表示する 関連キーワード: ... ージョン , 取得 , ReflectionExtension , getVersion , info , string , パラメータ , 情報 ...
https://man.plustar.jp/php/reflectionextension.getversion.html - [similar]
ファイルがリンクであるかどうかを調べる 4244
« SplFileInfo::isFile SplFileInfo::isReadable » PHP Manual SplFileInfo ファイルがリンクであるかど ... うかを調べる SplFileInfo::isLink (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo ... ルがリンクであるかどうかを調べる 説明 public SplFileInfo::isLink (): bool このメソッドを使用して、SplFileIn ... 、そうでない場合に false を返します。 例 例1 SplFileInfo::isLink() の例 <?php $info = new SplFileInfo ( '/p ... ath/to/symlink' ); if ( $info -> isLink ()) { echo 'The real path is ' . $info - ...
https://man.plustar.jp/php/splfileinfo.islink.html - [similar]
URLを組み立てる 4244
« Yaf_Route_Rewrite Yaf_Route_Rewrite::__construct » PHP Manual Yaf_Route_Rewrite URLを組み立てる ... る 説明 public Yaf_Route_Rewrite::assemble ( array $info , array $query = ? ): string URLを組み立てます。 パ ... ラメータ info query 戻り値 文字列を返します。 例 例1 Yaf_Route_R ... " 関連キーワード: Yaf , Route , assemble , array , info , query , string , tkey , construct , public ...
https://man.plustar.jp/php/yaf-route-rewrite.assemble.html - [similar]
画像の大きさを文字列から取得する 4219
« getimagesize image_type_to_extension » PHP Manual GD および Image 関数 画像の大きさを文字列から ... agesizefromstring ( string $string , array &$image_info = null ): array | false getimagesize() と似ています ... パラメータ string 文字列で表した画像データ。 image_info getimagesize() を参照ください。 戻り値 getimagesiz ... '/path/to/test.png' ; // ファイルとして開く $size_info1 = getimagesize ( $img ); // あるいは、文字列として ... 開く $data = file_get_contents ( $img ); $size_info2 = getimagesizefromstring ( $data ); ?> 参考 getim ...
https://man.plustar.jp/php/function.getimagesizefromstring.html - [similar]
バイナリの IPTC ブロックのタグをパースする 4219
« iptcembed jpeg2wbmp » PHP Manual GD および Image 関数 バイナリの IPTC ブロックのタグをパースす ... 使用法 <?php $size = getimagesize ( './test.jpg' , $info ); if(isset( $info [ 'APP13' ])) { $iptc = iptcpar ... se ( $info [ 'APP13' ]); var_dump ( $iptc ); } ?> 注意 注意 : ...
https://man.plustar.jp/php/function.iptcparse.html - [similar]
新しいスキーマを作成する 4219
« Session::__construct Session::dropSchema » PHP Manual mysql_xdevapi\Session 新しいスキーマを作 ... 成する Session::createSchema (No version information available, might only be in Git) Session::c ... chema = $sess -> createSchema ( 'fruit' )) { echo "Info: I created a schema named 'fruit'\n" ; } } catch ( ... ?> 上の例の出力は、 たとえば以下のようになります。 Info: I created a schema named 'fruit' 関連キーワード: ... on , xdevapi , create , schema , named , created , Info , 出力 ...
https://man.plustar.jp/php/mysql-xdevapi-session.createschema.html - [similar]
MySQL サーバーのバージョンを整数値で返す 4219
« mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数 ... ます。 Server version: 40102 参考 mysqli_get_client_info() - MySQL クライアント情報を取得する mysqli_get_cl ... イアントのバージョンを整数値で返す mysqli_get_server_info() - MySQL サーバーのバージョンを返す 関連キーワード ... バージョン , version , サーバー , 整数 , server , info , 手続き , int , minor ...
https://man.plustar.jp/php/mysqli.get-server-version.html - [similar]
URL を組み立てる 4219
« Yaf_Route_Regex Yaf_Route_Regex::__construct » PHP Manual Yaf_Route_Regex URL を組み立てる Yaf ... てる 説明 public Yaf_Route_Regex::assemble ( array $info , array $query = ? ): ? string URL を組み立てます。 ... パラメータ info query 戻り値 成功時に文字列を返します。 失敗時に n ... Regex , Route , assemble , query , tkey , string , info , array , public ...
https://man.plustar.jp/php/yaf-route-regex.assemble.html - [similar]