検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 434 for info (0.030 sec.)
ファイルが実行可能かどうかを調べる 5220
« SplFileInfo::isDir SplFileInfo::isFile » PHP Manual SplFileInfo ファイルが実行可能かどうかを調 ... べる SplFileInfo::isExecutable (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFi ... leInfo::isExecutable — ファイルが実行可能かどうかを調べる ... 説明 public SplFileInfo::isExecutable (): bool ファイルが実行可能かどうかを ... 、そうでない場合に false を返します。 例 例1 SplFileInfo::isExecutable() の例 <?php $info = new SplFileInfo ...
https://man.plustar.jp/php/splfileinfo.isexecutable.html - [similar]
ファイルへのパスを文字列で返す 5220
« SplFileInfo::setInfoClass SplFileObject » PHP Manual SplFileInfo ファイルへのパスを文字列で返す ... SplFileInfo::__toString (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFile ... ファイルへのパスを文字列で返す 説明 public SplFileInfo::__toString (): string このメソッドは、参照するファ ... 戻り値 ファイルへのパスを返します。 例 例1 SplFileInfo::__toString() の例 <?php $info = new SplFileInfo ( ... 'foo' ); var_dump ( $info -> __toString ()); echo $info . PHP_EOL ; $info = ...
https://man.plustar.jp/php/splfileinfo.tostring.html - [similar]
現在の転送についての情報を表示する 5095
« curl_multi_getcontent curl_multi_init » PHP Manual cURL 関数 現在の転送についての情報を表示する ... curl_multi_info_read (PHP 5, PHP 7, PHP 8) curl_multi_info_read — ... 現在の転送についての情報を表示する 説明 curl_multi_info_read ( CurlMultiHandle $multi_handle , int &$queue ... は、 resource を期待していました。 例 例1 curl_multi_info_read() の例 <?php $urls = array( "http://www.cnn.c ... curl_multi_select ( $mh ); } while ( false !== ( $info = curl_multi_info_read ( $mh ))) { var_dump ( $inf ...
https://man.plustar.jp/php/function.curl-multi-info-read.html - [similar]
mysqli クラス 5061
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... $ affected_rows ; public readonly string $ client_info ; public readonly int $ client_version ; public re ... int $ field_count ; public readonly string $ host_info ; public readonly ? string $ info ; public readonl ... ring $ insert_id ; public readonly string $ server_info ; public readonly int $ server_version ; public re ... debug ( string $options ): bool public dump_debug_info (): bool public get_charset (): ? object public ge ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 4986
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... x ( $decomposition ) . "'\n" ; } $result .= "error info: ' $error_message ' ( $error_code )\n" ; } echo $r ... ---------- '61' has no decomposition mapping error info: 'U_ZERO_ERROR' (0) --------------------- 'efbf9a' ... has the decomposition mapping 'e385a1' error info: 'U_ZERO_ERROR' (0) --------------------- 'efb7ba' ... 984d98720d8b9d984d98ad98720d988d8b3d984d985' error info: 'U_ZERO_ERROR' (0) --------------------- '' has n ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
Gets information about rrd file 4961
« rrd_graph rrd_last » PHP Manual RRD 関数 Gets information about rrd file rrd_info (PECL rrd >= ... 0.9.0) rrd_info — Gets information about rrd file 説明 rrd_info ( ... string $filename ): array Returns information about particular RRD database file. パラメー ... タ file RRD database file name. 戻り値 Array with information about requested RRD file,失敗した場合に fal ... se を返します. 関連キーワード: rrd , file , information , RRD , info , database , particular , requ ...
https://man.plustar.jp/php/function.rrd-info.html - [similar]
拡張モジュールの情報を表示する 4961
« ReflectionExtension::getVersion ReflectionExtension::isPersistent » PHP Manual ReflectionExten ... 拡張モジュールの情報を表示する ReflectionExtension::info (PHP 5 >= 5.2.4, PHP 7, PHP 8) ReflectionExtension ... ::info — 拡張モジュールの情報を表示する 説明 public Refle ... ctionExtension::info (): void 指定した拡張モジュールに関する " phpinfo( ... ュールの情報を返します。 例 例1 ReflectionExtension::info() の例 <?php $ext = new ReflectionExtension ( 'mys ...
https://man.plustar.jp/php/reflectionextension.info.html - [similar]
APCu のデータから、キャッシュされた情報を取得する 4936
« apcu_add apcu_cas » PHP Manual APCu 関数 APCu のデータから、キャッシュされた情報を取得する apc ... u_cache_info (PECL apcu >= 4.0.0) apcu_cache_info — APCu のデー ... から、キャッシュされた情報を取得する 説明 apcu_cache_info ( bool $limited = false ): array | false APC のデー ... ャッシュのデータを取得できなかった場合、 apcu_cache_info() は警告を発生します。これが起こるのは、 一般的には ... ype パラメータに追加されました。 例 例1 apcu_cache_info() の例 <?php print_r ( apcu_cache_info ()); ?> 上の ...
https://man.plustar.jp/php/function.apcu-cache-info.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 4936
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の ... 開始/終了時刻の情報を含む配列を返す date_sun_info (PHP 5 >= 5.1.2, PHP 7, PHP 8) date_sun_info — 日の ... の開始/終了時刻の情報を含む配列を返す 説明 date_sun_info ( int $timestamp , float $latitude , float $longit ... これによって、結果が少し変わります。 例 例1 date_sun_info() の例 <?php $sun_info = date_sun_info ( strtotime ... 2006-12-12" ), 31.7667 , 35.2333 ); foreach ( $sun_info as $key => $val ) { echo " $key : " . date ( "H:i: ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
ファイルのベース名を取得する 4936
« SplFileInfo::getATime SplFileInfo::getCTime » PHP Manual SplFileInfo ファイルのベース名を取得す ... る SplFileInfo::getBasename (PHP 5 >= 5.2.2, PHP 7, PHP 8) SplFil ... eInfo::getBasename — ファイルのベース名を取得する 説明 p ... ublic SplFileInfo::getBasename ( string $suffix = "" ): string このメ ... からパス情報を除いたベース名を返します。 警告 SplFileInfo::getBasename() は、ロケールを認識します。 よって、 ...
https://man.plustar.jp/php/splfileinfo.getbasename.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT