検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 389 for filename (0.046 sec.)
POST 用のファイル名を設定する 4936
« CURLFile::setMimeType CURLStringFile » PHP Manual CURLFile POST 用のファイル名を設定する CURLF ... ile::setPostFilename (PHP 5 >= 5.5.0, PHP 7, PHP 8) CURLFile::setPostFi ... のファイル名を設定する 説明 public CURLFile::setPostFilename ( string $posted_filename ): void パラメータ poste ... d_filename POST データで用いるファイル名。 戻り値 値を返しませ ... ん。 関連キーワード: 設定 , CURLFile , setPostFilename , posted , filename , setMimeType , CURLStringFile ...
https://man.plustar.jp/php/curlfile.setpostfilename.html - [similar]
データをファイルに書き込む 4936
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_ ... ファイルに書き込む 説明 file_put_contents ( string $filename , mixed $data , int $flags = 0 , ? resource $conte ... てコールしてデータをファイルに書き込むのと等価です。 filename が存在しない場合はファイルを作成します。 存在する場 ... ND フラグが設定されている場合は別です。 パラメータ filename データを書き込むファイルへのパス。 data 書き込むデ ... 定することもできます。この場合は file_put_contents($filename, implode('', $array)) と同じ意味になります。 flags ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
ファイルから画像を読み込む 4936
« Imagick::randomThresholdImage Imagick::readImageBlob » PHP Manual Imagick ファイルから画像を読 ... を読み込む 説明 public Imagick::readImage ( string $filename ): bool ファイルから画像を読み込みます。 パラメータ ... filename 戻り値 成功した場合に true を返します。 関連キーワ ... 画像 , Imagick , ファイル , readImage , imagick , filename , randomThresholdImage , readImageBlob , public , ...
https://man.plustar.jp/php/imagick.readimage.html - [similar]
Send file to the remote TCP socket. 4936
« Swoole\Client::send Swoole\Client::sendto » PHP Manual Swoole\Client Send file to the remote T ... ket. 説明 public Swoole\Client::sendfile ( string $filename , int $offset = ? ): bool This is a wrapper of the ... Linux sendfile system call. パラメータ filename File path of the file to send. offset Offset of th ... remote , Swoole , the , sendfile , send , offset , filename , public ...
https://man.plustar.jp/php/swoole-client.sendfile.html - [similar]
パス名とプロジェクト ID を、System V IPC キーに変換する 4893
« セマフォ関数 msg_get_queue » PHP Manual セマフォ関数 パス名とプロジェクト ID を、System V IPC ... を、System V IPC キーに変換する 説明 ftok ( string $filename , string $project_id ): int この関数は、 filename ... V IPC キーで使う integer に変換します。 パラメータ filename アクセス可能なファイルへのパス。 project_id プロジ ... パス , System , 変換 , V , セマフォ , 関数 , ftok , filename ...
https://man.plustar.jp/php/function.ftok.html - [similar]
ファイルあるいはシンボリックリンクの情報を取得する 4893
« linkinfo mkdir » PHP Manual ファイルシステム 関数 ファイルあるいはシンボリックリンクの情報を取 ... ボリックリンクの情報を取得する 説明 lstat ( string $filename ): array | false filename という名前のファイル、 ま ... たはシンボリックリンクの情報を得ます。 パラメータ filename ファイルあるいはシンボリックリンクへのパス。 戻り値 ... の関数の動作は stat() 関数と同じですが、 パラメータ filename がシンボリックリンクであった場合に、 シンボリック先 ... ード: 情報 , 取得 , ファイル , lstat , stat , 関数 , filename , ステータス , サポート , 参照 ...
https://man.plustar.jp/php/function.lstat.html - [similar]
Fetch the data for graph as array 4893
« rrd_error rrd_first » PHP Manual RRD 関数 Fetch the data for graph as array rrd_fetch (PECL rr ... e data for graph as array 説明 rrd_fetch ( string $filename , array $options ): array Gets data for graph outp ... ned as array, no image file is created. パラメータ filename RRD database file name. options Array of options f ... , graph , Fetch , rrd , the , fetch , file , RRD , filename ...
https://man.plustar.jp/php/function.rrd-fetch.html - [similar]
指定されたパス文字列の実パスを解決する 4893
« ssh2_sftp_readlink ssh2_sftp_rename » PHP Manual SSH2 関数 指定されたパス文字列の実パスを解決す ... 説明 ssh2_sftp_realpath ( resource $sftp , string $filename ): string filename をリモートファイルシステム上の有 ... tp ssh2_sftp() でオープンした SSH2 SFTP リソース。 filename 戻り値 実際のパスを表す文字列を返します。 例 例1 パ ... 連キーワード: パス , sftp , 解決 , 指定 , realpath , filename , readlink , string , SFTP , 作成 ...
https://man.plustar.jp/php/function.ssh2-sftp-realpath.html - [similar]
ジェネレータと Iterator オブジェクトとの比較 4893
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... をするものです。 <?php function getLinesFromFile ( $fileName ) { if (! $fileHandle = fopen ( $fileName , 'r' )) ... ne ; protected $i ; public function __construct ( $fileName ) { if (! $this -> fileHandle = fopen ( $fileName ... new RuntimeException ( 'Couldn\'t open file "' . $fileName . '"' ); } } public function rewind () { fseek ( $ ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Map a file into memory and return the stream resource which can be used by PHP s... 4893
« Swoole\Mmap Swoole\MySQL » PHP Manual Swoole\Mmap Map a file into memory and return the stream ... ns. 説明 public static Swoole\Mmap::open ( string $filename , string $size = ? , string $offset = ? ): ReturnT ... ype パラメータ filename size offset 戻り値 関連キーワード: Swoole , Mmap , ... stream , string , open , offset , size , filename , operations , which ...
https://man.plustar.jp/php/swoole-mmap.open.html - [similar]