検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 340 for MODE (0.013 sec.)
新規辞書をロードする 4932
« pspell_new_personal pspell_save_wordlist » PHP Manual Pspell 関数 新規辞書をロードする pspell_ ... string $jargon = "" , string $encoding = "" , int $mode = 0 ): PSpell\Dictionary | false pspell_new() は、 ... されていないため、 使用する際には注意してください。 mode パラメータ mode は、スペルチェッカの動作モードです ... 設定変更後も pspell_suggest() は修正候補を返します。 mode は、これらのさまざまな定数を用いたビットマスクです ... 新規 , ロード , 辞書 , パラメータ , new , モード , mode , 単語 , 候補 ...
https://man.plustar.jp/php/function.pspell-new.html - [similar]
定義済み定数 4932
« リソース型 例 » PHP Manual GnuPG 定義済み定数 定義済み定数 GNUPG_SIG_MODE_NORMAL ( int ) GNUPG ... _SIG_MODE_DETACH ( int ) GNUPG_SIG_MODE_CLEAR ( int ) GNUPG_ ...
https://man.plustar.jp/php/gnupg.constants.html - [similar]
ファイルやディレクトリのパーミッションを変更する 4895
« eio_cancel eio_chown » PHP Manual Eio 関数 ファイルやディレクトリのパーミッションを変更する ei ... ョンを変更する 説明 eio_chmod ( string $path , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback ... パーミッションを変更します。 新しいパーミッションを mode で指定します。 パラメータ path 対象となるファイルや ... ディレクトリのパス。 警告 相対パスを避けましょう mode 新しいパーミッション。 0644 など。 pri リクエストの ... リクエスト , ファイル , chmod , callback , 関数 , mode , data ...
https://man.plustar.jp/php/function.eio-chmod.html - [similar]
ファイルまたは URL をオープンする 4895
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... オープンする 説明 fopen ( string $filename , string $mode , bool $use_include_path = false , ? resource $con ... e = fopen ( "c:\\folder\\resource.txt" , "r" ); ?> mode パラメータ mode は、 そのストリームに要するアクセス ... 下表のうちのどれかとなります。 fopen() で使用可能な mode のリスト mode 説明 'r' 読み込みのみでオープンします ... Windows上では、 \n を \r\n に透過的に変換する text-mode変換フラグ( 't' )が提供されます。 それに対し、 'b' を ...
https://man.plustar.jp/php/function.fopen.html - [similar]
曜日を返す 4895
« gregoriantojd jdmonthname » PHP Manual カレンダー 関数 曜日を返す jddayofweek (PHP 4, PHP 5, P ... 曜日を返す 説明 jddayofweek ( int $julian_day , int $mode = CAL_DOW_DAYNO ): int | string 曜日を返します。 モ ... パラメータ julian_day ユリウス積算日を表す整数値。 mode 暦の曜日モード モード 意味 0 (デフォルト) 整数で曜 ... : 曜日 , 整数 , jddayofweek , int , モード , day , mode , 省略 , Monday , 番号 ...
https://man.plustar.jp/php/function.jddayofweek.html - [similar]
読込み用にディレクトリエントリをオープンする 4895
« zip_entry_name zip_entry_read » PHP Manual Zip 関数 読込み用にディレクトリエントリをオープンす ... ( resource $zip_dp , resource $zip_entry , string $mode = "rb" ): bool 読込み用にzipファイルの中にディレク ... ntry zip_read() により返されたディレクトリエントリ mode fopen() のマニュアルで指定されたモードのどれか 注意 ... : 現在、 mode は無視され、 常に "rb" となります。 これは、PHPのz ... レクトリ , entry , オープン , 読込み , 関数 , open , mode , read , 推奨 ...
https://man.plustar.jp/php/function.zip-entry-open.html - [similar]
数値を除算する 4859
« gmp_com gmp_div_qr » PHP Manual GMP 関数 数値を除算する gmp_div_q (PHP 4 >= 4.0.4, PHP 5, PHP ... g $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): GMP num1 を num2 で割り、 結果 ... あるいは数値に変換可能な数値形式の文字列。 rounding_mode 結果の丸め方は rounding_mode で指定し、次の値を指定 ... num , 整数 , オブジェクト , ROUND , 形式 , 変換 , mode , rounding ...
https://man.plustar.jp/php/function.gmp-div-q.html - [similar]
FilesystemIterator クラス 4814
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterato ... const int CURRENT_AS_SELF = 16 ; const int CURRENT_MODE_MASK = 240 ; const int KEY_AS_PATHNAME = 0 ; const ... ; const int FOLLOW_SYMLINKS = 512 ; const int KEY_MODE_MASK = 3840 ; const int NEW_CURRENT_AND_KEY = 256 ... le (): bool public SplFileInfo::openFile ( string $mode = "r" , bool $useIncludePath = false , ? resource ... ) を返すようにします。 FilesystemIterator::CURRENT_MODE_MASK FilesystemIterator::current() をマスクします。 ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
バッファを修正するための ob_start コールバック関数 4814
« Tidy 関数 tidy_access_count » PHP Manual Tidy 関数 バッファを修正するための ob_start コールバッ ... ック関数 説明 ob_tidyhandler ( string $input , int $mode = ? ): string バッファを修正するための ob_start() ... コールバック関数です。 パラメータ input バッファ。 mode バッファのモード。 戻り値 修正したバッファを返しま ... ファ , 関数 , 修正 , tidyhandler , string , input , mode , 出力 , count , int ...
https://man.plustar.jp/php/function.ob-tidyhandler.html - [similar]
bzip2 圧縮されたファイルをオープンする 4778
« bzflush bzread » PHP Manual Bzip2 関数 bzip2 圧縮されたファイルをオープンする bzopen (PHP 4 >= ... する 説明 bzopen ( string | resource $file , string $mode ): resource | false bzopen() は、 bzip2 ( .bz2 ) フ ... プンするファイル名、あるいは既存のストリームリソース mode 'r' (読み込み) と 'w' (書き込み) だけをサポートして ... 縮 , bzopen , ファイル , string , resource , file , mode , リソース ...
https://man.plustar.jp/php/function.bzopen.html - [similar]