検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 1068 for file (0.031 sec.)
Vtiful\Kernel\Excel insertImage 3230
« Vtiful\Kernel\Excel::insertFormula Vtiful\Kernel\Excel::insertText » PHP Manual Vtiful\Kernel\ ... xcel = new \ Vtiful \ Kernel \ Excel ( $config ); $file = $excel -> fileName ( "free.xlsx" ); $file -> ins ... ertImage ( 5 , 0 , '/vagrant/ASW-G-66.jpg' ); $file -> output (); 関連キーワード: Vtiful , Kernel , in ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertImage.html - [similar]
Mailparse 3206
« mail はじめに » PHP Manual メール関連 Mailparse Mailparse はじめに インストール/設定 要件 イン ... メールリソースを作成する mailparse_msg_extract_part_file — メッセージセクションを展開/デコードする mailpars ... を展開/デコードする mailparse_msg_extract_whole_part_file — ヘッダを含むメッセージセクションを、transfer enc ... MIME セクション名の配列を返す mailparse_msg_parse_file — ファイルをパースする mailparse_msg_parse — データ ... ージ , セクション , part , 展開 , データ , パース , file , extract ...
https://man.plustar.jp/php/book.mailparse.html - [similar]
include 3206
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... ことです。 */ // 動作しません: www.example.com では file.txt はPHPコードとして解釈されません。 include 'htt ... p://www.example.com/file.txt?foo=1&bar=2' ; // 動作しません: 'file.php?foo= ... イル // システム上から探し出そうとします。 include 'file.php?foo=1&bar=2' ; // 動作します。 include 'http:/ ... /www.example.com/file.php?foo=1&bar=2' ; ?> 警告 セキュリティの警告 リモ ...
https://man.plustar.jp/php/function.include.html - [similar]
inotify インスタンスを初期化する 3206
« inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する ... インスタンスを開きます $fd = inotify_init (); // __FILE__ のメタデータ (変更時刻など) の変更を監視します $ ... watch_descriptor = inotify_add_watch ( $fd , __FILE__ , IN_ATTRIB ); // イベントを発生させます touch ( ... __FILE__ ); // イベントを読み込みます $events = inotify_r ... d ); // If > 0, inotify_read() will not block // __FILE__ のメタデータ変更の監視を終了します inotify_rm_wa ...
https://man.plustar.jp/php/function.inotify-init.html - [similar]
Process a PHP file importing function and class definitions, overwriting where a... 3206
« runkit7_function_rename runkit7_method_add » PHP Manual runkit7 関数 Process a PHP file import ... runkit7 >= Unknown) runkit7_import — Process a PHP file importing function and class definitions, overwrit ... PECL runkit7 4.0.0. 説明 runkit7_import ( string $filename , int $flags = ? ): bool Similar to include . ... y overwritten by their new definitions. パラメータ filename Filename to import function and class definiti ... runkit , function , definitions , import , flags , filename , where , appropriate , overwriting , importin ...
https://man.plustar.jp/php/function.runkit7-import.html - [similar]
Returns the status of working copy files and directories 3206
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... 0) svn_status — Returns the status of working copy files and directories 説明 svn_status ( string $path , ... gs = 0 ): array Returns the status of working copy files and directories, giving modifications, additions, ... in the working copy. パラメータ path Local path to file or directory to retrieve status of. 注意 : 相対パス ... トリを基準とするには、 realpath() あるいは dirname(__FILE__) を使用してください。 flags Any combination of S ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
Lua スクリプトファイルをパース 3206
« Lua::getVersion Lua::registerCallback » PHP Manual Lua Lua スクリプトファイルをパース Lua::inc ... ファイルをパース 説明 public Lua::include ( string $file ): mixed 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ file 戻り値 インクルードしたコードの結果を返します。引数 ... ーワード: スクリプト , パース , ファイル , include , file , registerCallback , public , string , getVersion ...
https://man.plustar.jp/php/lua.include.html - [similar]
OPcache 関数 3206
« コードの事前ロード opcache_compile_file » PHP Manual OPcache OPcache 関数 OPcache 関数 目次 op ... cache_compile_file — PHP スクリプトを、実行せずにコンパイルしてキャッ ... cache , キャッシュ , スクリプト , 取得 , compile , file , 情報 , 内容 ...
https://man.plustar.jp/php/ref.opcache.html - [similar]
ファイルポインタを移動させる 3206
« SplFileObject::fscanf SplFileObject::fstat » PHP Manual SplFileObject ファイルポインタを移動さ ... せる SplFileObject::fseek (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFil ... seek — ファイルポインタを移動させる 説明 public SplFileObject::fseek ( int $offset , int $whence = SEEK_SE ... エラーにならないことにご注意してください。 例 例1 SplFileObject::fseek() の例 <?php $file = new SplFileObjec ... t ( "somefile.txt" ); // 最初の行を読み込む $data = $file -> fge ...
https://man.plustar.jp/php/splfileobject.fseek.html - [similar]
パラメータの値を設定する 3206
« XSLTProcessor::removeParameter XSLTProcessor::setProfiling » PHP Manual XSLTProcessor パラメー ... the xsl rules foreach ( $collections as $name => $file ) { // XML ソースをロードする $xml = new DOMDocume ... nt ; $xml -> load ( 'collection_' . $file . '.xml' ); $proc -> setParameter ( '' , 'owner' , ... $name ); $proc -> transformToURI ( $xml , 'file:///tmp/' . $file . '.html' ); } ?> 参考 XSLTProces ...
https://man.plustar.jp/php/xsltprocessor.setparameter.html - [similar]