検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 389 for filename (0.127 sec.)
SCP 経由でファイルを要求する 3914
« ssh2_publickey_remove ssh2_scp_send » PHP Manual SSH2 関数 SCP 経由でファイルを要求する ssh2_s ... assword' ); ssh2_scp_recv ( $connection , '/remote/filename' , '/local/filename' ); ?> 参考 ssh2_scp_send() - ...
https://man.plustar.jp/php/function.ssh2-scp-recv.html - [similar]
ファイルから読み取る 3914
« SplFileObject::fputcsv SplFileObject::fscanf » PHP Manual SplFileObject ファイルから読み取る S ... の例 <?php // Get contents of a file into a string $filename = "/usr/local/something.txt" ; $file = new SplFile ... Object ( $filename , "r" ); $contents = $file -> fread ( $file -> get ...
https://man.plustar.jp/php/splfileobject.fread.html - [similar]
ドキュメントを XSD で検証する 3914
« XMLReader::setRelaxNGSchemaSource XMLReader::XML » PHP Manual XMLReader ドキュメントを XSD で検 ... 証する 説明 public XMLReader::setSchema ( ? string $filename ): bool W3C XSD スキーマを用いて、処理中のドキュメ ... 最初の Read() の前にのみ実行可能です。 パラメータ filename XSD スキーマファイル名。 戻り値 成功した場合に tru ...
https://man.plustar.jp/php/xmlreader.setschema.html - [similar]
FilesystemIterator クラス 3871
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterato ... ; const int KEY_AS_PATHNAME = 0 ; const int KEY_AS_FILENAME = 256 ; const int FOLLOW_SYMLINKS = 512 ; const in ... tExtension (): string public DirectoryIterator::getFilename (): string public DirectoryIterator::getGroup (): ... class = null ): SplFileInfo public SplFileInfo::getFilename (): string public SplFileInfo::getGroup (): int | ... ス名を返すようにします。 FilesystemIterator::KEY_AS_FILENAME FilesystemIterator::key() がファイル名を返すように ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
Imagick クラス 3871
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... nt public static getCopyright (): string public getFilename (): string public getFont (): string public getFor ... at public getImageExtrema (): array public getImageFilename (): string public getImageFormat (): string public ... a , float $fuzz ): bool public pingImage ( string $filename ): bool public pingImageBlob ( string $image ): bo ... lic pingImageFile ( resource $filehandle , string $fileName = ? ): bool public polaroidImage ( ImagickDraw $pr ...
https://man.plustar.jp/php/class.imagick.html - [similar]
実行時に PHP 拡張モジュールをロードする 3871
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... 張モジュールをロードする 説明 dl ( string $extension_filename ): bool extension_filename で指定された PHP 拡張モ ... HP-FPM からも削除されました。 パラメータ extension_filename このパラメータに指定できるのは拡張モジュールの ファ ...
https://man.plustar.jp/php/function.dl.html - [similar]
単語リストに単語を追加する 3871
« enchant_dict_add_to_session enchant_dict_check » PHP Manual Enchant 関数 単語リストに単語を追加 ... れていました。 例1 辞書リストに単語を追加する <?php $filename = './my_word_list.pwl' ; $word = 'Supercalifragili ... ict = enchant_broker_request_pwl_dict ( $broker , $filename ); enchant_dict_add ( $dict , $word ); enchant_bro ...
https://man.plustar.jp/php/function.enchant-dict-add.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 3871
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... 説明 fann_train_on_file ( resource $ann , string $filename , int $max_epochs , int $epochs_between_reports , ... s. パラメータ ann ニューラルネットワークリソース。 filename The file containing train data max_epochs The maxi ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
出力をファイルにフラッシュする 3871
« feof fgetc » PHP Manual ファイルシステム 関数 出力をファイルにフラッシュする fflush (PHP 4 >= ... 例1 fflush() を使用するファイル書き込みの例 <?php $filename = 'bar.txt' ; $file = fopen ( $filename , 'r+' ); ...
https://man.plustar.jp/php/function.fflush.html - [similar]
パターンにマッチするパス名を探す 3871
« fwrite is_dir » PHP Manual ファイルシステム 関数 パターンにマッチするパス名を探す glob (PHP 4 ... 示す簡便な方法 <?php foreach ( glob ( "*.txt" ) as $filename ) { echo " $filename size " . filesize ( $filename ...
https://man.plustar.jp/php/function.glob.html - [similar]