検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 1068 for file (0.027 sec.)
ファイルのアクセス権限を判断する 3164
« POSIX 関数 posix_ctermid » PHP Manual POSIX 関数 ファイルのアクセス権限を判断する posix_access ... のアクセス権限を判断する 説明 posix_access ( string $filename , int $flags = 0 ): bool posix_access() は、フ ... 対するユーザーの アクセス権限を調べます。 パラメータ filename 調べるファイルの名前。 flags POSIX_F_OK 、 POS ... を返します。 例 例1 posix_access() の例 この例は $file が読み書き可能であるかどうかを調べ、 そうでない場合 ... にエラーメッセージを表示します。 <?php $file = 'some_file' ; if ( posix_access ( $file , POSIX_ ...
https://man.plustar.jp/php/function.posix-access.html - [similar]
拡張属性の一覧を取得する 3164
« xattr_get xattr_remove » PHP Manual xattr 関数 拡張属性の一覧を取得する xattr_list (PECL xattr ... 拡張属性の一覧を取得する 説明 xattr_list ( string $filename , int $flags = 0 ): array この関数は、ファイル ... 引数によりこれを変更することができます。 パラメータ filename ファイルのパス。 flags サポートされる xattr の ... ファイルのすべての拡張属性の名前を表示する <?php $file = 'some_file' ; $root_attributes = xattr_list ( $f ... e , XATTR_ROOT ); $user_attributes = xattr_list ( $file ); echo "Root 属性: \n" ; foreach ( $root_attribut ...
https://man.plustar.jp/php/function.xattr-list.html - [similar]
phpdbg 関数 3164
« 定義済み定数 phpdbg_break_file » PHP Manual phpdbg phpdbg 関数 phpdbg 関数 目次 phpdbg_break_file ... 連キーワード: phpdbg , 関数 , break , 挿入 , 設定 , file , エントリ , oplog , prompt , executable ...
https://man.plustar.jp/php/ref.phpdbg.html - [similar]
CSV の区切り文字、囲み文字、エスケープ文字をセットする 3164
« SplFileObject::seek SplFileObject::setFlags » PHP Manual SplFileObject CSV の区切り文字、囲み文 ... 字、エスケープ文字をセットする SplFileObject::setCsvControl (PHP 5 >= 5.2.0, PHP 7, PHP 8 ... ) SplFileObject::setCsvControl — CSV の区切り文字、囲み文字、 ... エスケープ文字をセットする 説明 public SplFileObject::setCsvControl ( string $separator = "," , s ... 独自仕様のエスケープ機構が無効になります。 例 例1 SplFileObject::setCsvControl() の例 <?php $file = new SplF ...
https://man.plustar.jp/php/splfileobject.setcsvcontrol.html - [similar]
Vtiful\Kernel\Excel insertText 3164
« Vtiful\Kernel\Excel::insertImage Vtiful\Kernel\Excel::mergeCells » PHP Manual Vtiful\Kernel\Ex ... xcel = new \ Vtiful \ Kernel \ Excel ( $config ); $file = $excel -> fileName ( "free.xlsx" ) -> header ([ ... ]); for ( $index = 0 ; $index < 10 ; $index ++) { $file -> insertText ( $index + 1 , 0 , 'viest' ); $file ... tText ( $index + 1 , 1 , 10000 , '#,##0' ); } $textFile -> output (); 関連キーワード: Vtiful , Kernel , in ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertText.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 3146
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... 、全ての情報を返す 説明 apache_lookup_uri ( string $filename ): object | false この関数は、URIにリクエストの ... ストールされた場合のみサポートされます。 パラメータ filename リクエストされているファイル名 (URI)。 戻り値 ... equest status_line method content_type handler uri filename path_info args boundary no_cache no_local_copy ... ( 'index.php?var=value' ); print_r ( $info ); if ( file_exists ( $info -> filename )) { echo 'file exists! ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]
ファイルタイプを取得する 3146
« filesize flock » PHP Manual ファイルシステム 関数 ファイルタイプを取得する filetype (PHP 4, PH ... P 5, PHP 7, PHP 8) filetype — ファイルタイプを取得する 説明 filetype ( str ... ing $filename ): string | false 指定したファイルのタイプを返 ... します。 パラメータ filename ファイルへのパス。 戻り値 ファイルのタイプを返 ... します。返される値は fifo、char、dir、 block、link、file、socket および unknown のいずれかです。 エラーが発生 ...
https://man.plustar.jp/php/function.filetype.html - [similar]
mime メールリソースを作成する 3146
« mailparse_determine_best_xfer_encoding mailparse_msg_extract_part_file » PHP Manual Mailparse ... ee() - MIME リソースを解放する mailparse_msg_parse_file() - ファイルをパースする 関連キーワード: リソース ... ilparse , メール , mime , create , 関数 , パース , file , free ...
https://man.plustar.jp/php/function.mailparse-msg-create.html - [similar]
URL リライタの値をリセットする 3146
« output_add_rewrite_var PHP Options/Info » PHP Manual 出力制御 関数 URL リライタの値をリセットす ... dd_rewrite_var ( 'var' , 'value' ); echo '<a href="file.php">link</a>' ; ob_flush (); output_reset_rewrite ... _vars (); echo '<a href="file.php">link</a>' ; ?> 上の例の出力は以下となります。 ... <a href="file.php?PHPSESSID=xxx&var=value">link</a> <a href="fil ...
https://man.plustar.jp/php/function.output-reset-rewrite-vars.html - [similar]
はじめに 3146
« Phar インストール/設定 » PHP Manual Phar はじめに はじめに phar 拡張モジュールは、PHP アプリケ ... 外部ファイルの使用 <?php include '/path/to/external/file.php' ; ?> PHP は、実際には /path/to/external/file. ... php をストリームラッパー file:///path/to/external/file.php とみなし、 内部的には ... ーカイブ /path/to/myphar.phar の中に含まれるファイル file.php を使用する場合に構文は、 先ほどの file:// 構文 ... ルの使用 <?php include 'phar:///path/to/myphar.phar/file.php' ; ?> 実際のところ、phar アーカイブは外部ディス ...
https://man.plustar.jp/php/intro.phar.html - [similar]