検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 511 for path (0.037 sec.)
ストリームラッパーとして登録するクラスの例 4219
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... $position ; var $varname ; function stream_open ( $path , $mode , $options , & $opened_path ) { $url = par ... se_url ( $path ); $this -> varname = $url [ "host" ]; $this -> po ... lt: return false ; } } function stream_metadata ( $path , $option , $var ) { if( $option == STREAM_META_TO ... UCH ) { $url = parse_url ( $path ); $varname = $url [ "host" ]; if(!isset( $GLOBALS ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
Vtiful\Kernel\Excel output 4219
« Vtiful\Kernel\Excel::mergeCells Vtiful\Kernel\Excel::setColumn » PHP Manual Vtiful\Kernel\Exce ... の関数にはパラメータはありません。 戻り値 XLSX file path; 例 例1 example <?php $config = [ 'path' => './tes ... -> data ([ [ 'viest' , 23 ], [ 'wjx' , 23 ], ]); $path = $file -> output (); ?> 関連キーワード: Vtiful , ...
https://man.plustar.jp/php/vtiful-kernel-excel.output.html - [similar]
プリペアドステートメントを実行する 4188
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... R.INFO")/customerinfo\' COLUMNS "CID" VARCHAR (50) PATH \'@Cid\', "NAME" VARCHAR (50) PATH \'name\', "PHON ... E" VARCHAR (50) PATH \'phone [ @type = "work"]\' ) AS T WHERE NAME = ? ... USTOMER.INFO")/customerinfo\' COLUMNS "CID" BIGINT PATH \'@Cid\', "NAME" VARCHAR (50) PATH \'name\', "PHON ... E" VARCHAR (50) PATH \'phone [ @type = "work"]\' ) as A, PURCHASEORDER ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
正規化された絶対パス名を返す 4188
« realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す rea ... lpath (PHP 4, PHP 5, PHP 7, PHP 8) realpath — 正規化され ... た絶対パス名を返す 説明 realpath ( string $path ): string | false realpath() は、 入 ...path のシンボリックリンクをすべて展開し、 /./ 、 /../ お ... により、正規化された絶対パスを返します。 パラメータ path 調べたいパス。 注意 : path の指定は必須ですが、空の ...
https://man.plustar.jp/php/function.realpath.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 4188
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... する 説明 ssh2_sftp_stat ( resource $sftp , string $path ): array シンボリックリンクを辿って リモートファイ ... tp ssh2_sftp() でオープンした SSH2 SFTP リソース。 path 戻り値 どのような値が返されるのかについての詳細は、 ... nnection ); $statinfo = ssh2_sftp_stat ( $sftp , '/path/to/file' ); $filesize = $statinfo [ 'size' ]; $gro ... sftp , リモート , stat , ファイル , 関数 , SFTP , path , lstat ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]
SSL を使用したセキュアな接続を確立する 4188
« mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq ... tificate , ? string $ca_certificate , ? string $ca_path , ? string $cipher_algos ): bool 手続き型 mysqli_s ... tificate , ? string $ca_certificate , ? string $ca_path , ? string $cipher_algos ): bool SSL を使用してセキ ... ルへのパス。 ca_certificate CA ファイルへのパス。 ca_path 信頼された SSL CA 証明書が PEM フォーマットで格納さ ... , 確立 , certificate , ca , 使用 , パス , algos , path ...
https://man.plustar.jp/php/mysqli.ssl-set.html - [similar]
現在の DirectoryIterator アイテムがシンボリックリンクであるかどうかを調べる 4164
« DirectoryIterator::isFile DirectoryIterator::isReadable » PHP Manual DirectoryIterator 現在の ... ボリックリンクの先はたどりません * * @param string $path 削除したいディレクトリのパス */ function removeDir ... ( $path ) { $dir = new DirectoryIterator ( $path ); foreac ... $fileinfo -> isLink ()) { unlink ( $fileinfo -> getPathName ()); } elseif (! $fileinfo -> isDot () && $fil ... einfo -> isDir ()) { removeDir ( $fileinfo -> getPathName ()); } } rmdir ( $path ); } removeDir ( 'foo' ...
https://man.plustar.jp/php/directoryiterator.islink.html - [similar]
Sets a callback for specified URI 4164
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... d URI 説明 public EventHttp::setCallback ( string $path , string $cb , string $arg = ? ): void Sets a call ... back for specified URI. パラメータ path The path for which to invoke the callback. cb The ... callback callable that gets invoked on requested path . It should match the following prototype: callbac ... ack , Sets , specified , EventHttp , setCallback , path , string , data , Custom , EventHttpRequest ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
gz ファイルを開く 4164
« gzinflate gzpassthru » PHP Manual Zlib 関数 gz ファイルを開く gzopen (PHP 4, PHP 5, PHP 7, PHP ... string $filename , string $mode , int $use_include_path = 0 ): resource | false 読み込みもしくは書き込みの ... の deflateInit2 の説明を参照ください)。 use_include_path このオプションパラメータを 1 にすることにより、 in ... clude_path にあるファイルも 検索することができます。 戻り値 オ ... gzopen , 圧縮 , include , パラメータ , オープン , path , ポインタ , 方策 ...
https://man.plustar.jp/php/function.gzopen.html - [similar]
作業コピーあるいはリポジトリ内にディレクトリを作成する 4164
« svn_ls svn_repos_create » PHP Manual SVN 関数 作業コピーあるいはリポジトリ内にディレクトリを作 ... 内にディレクトリを作成する 説明 svn_mkdir ( string $path , string $log_message = ? ): bool 作業コピーあるい ... リポジトリ内にディレクトリを作成します。 パラメータ path 作業コピーあるいはリポジトリへのパス。 戻り値 成功 ... , コピー , ディレクトリ , 作成 , mkdir , string , path , 参考 , directory , working ...
https://man.plustar.jp/php/function.svn-mkdir.html - [similar]