検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 340 for MODE (0.099 sec.)
ディレクトリを作る 4778
« eio_lstat eio_mknod » PHP Manual Eio 関数 ディレクトリを作る eio_mkdir (PECL eio >= 0.0.1dev) ... レクトリを作る 説明 eio_mkdir ( string $path , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback ... , mixed $data = NULL ): resource eio_mkdir() は、 mode で指定したアクセスモードでディレクトリを作ります。 ... パラメータ path 新しいディレクトリへのパス。 mode アクセスモード。例: 0755 pri リクエストの優先順位。 ... ィレクトリ , mkdir , リクエスト , 関数 , callback , mode , data , アクセス , path ...
https://man.plustar.jp/php/function.eio-mkdir.html - [similar]
FTP サーバーにファイルをアップロードする 4778
« ftp_pasv ftp_pwd » PHP Manual FTP 関数 FTP サーバーにファイルをアップロードする ftp_put (PHP 4 ... g $remote_filename , string $local_filename , int $mode = FTP_BINARY , int $offset = 0 ): bool ftp_put() ロ ... イルのパス。 local_filename ローカルファイルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらか ... バージョンでは、 リソース を期待していました。 7.3.0 mode パラメータはオプションになりました。 これより前のバ ... ァイル , filename , 保存 , Connection , バージョン , mode , パラメータ , オープン ...
https://man.plustar.jp/php/function.ftp-put.html - [similar]
行を配列として取得する 4778
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... ( PgSql\Result $result , ? int $row = null , int $mode = PGSQL_BOTH ): array | false pg_fetch_array() は、 ... null を指定したりした場合は、 次の行を取得します。 mode mode は、戻り値の形式を制御する オプションのパラメ ... ータです。 mode は定数であり、次の値のどれかとすることが可能です。 ... , 取得 , array , row , 行 , result , 数値 , 添字 , mode ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
win32service 関数 4778
« 例 win32_continue_service » PHP Manual win32service win32service 関数 win32service 関数 目次 w ... the current running service win32_set_service_exit_mode — Define or return the exit mode for the current r ... 連キーワード: service , サービス , 関数 , control , mode , running , return , Define , custom , status ...
https://man.plustar.jp/php/ref.win32service.html - [similar]
SplStack クラス 4741
« SplDoublyLinkedList::valid SplStack::__construct » PHP Manual データ構造 SplStack クラス SplSt ... メソッド */ public __construct () public setIteratorMode ( int $mode ): void /* 継承したメソッド */ public ... t (): mixed public SplDoublyLinkedList::getIteratorMode (): int public SplDoublyLinkedList::isEmpty (): bo ... (): string public SplDoublyLinkedList::setIteratorMode ( int $mode ): int public SplDoublyLinkedList::shi ... た新しい空のスタックを作成する SplStack::setIteratorMode — 反復処理のモードを設定する 関連キーワード: publi ...
https://man.plustar.jp/php/class.splstack.html - [similar]
セッション管理の基礎 4741
« セッション と セキュリティ セッションに関連する INI 設定をセキュアにする » PHP Manual セッショ ... のリスクを背負うことになります。 session.use_strict_mode を有効にし、かつセッションの保存ハンドラがサポート ... セッションを開始してしまいます。 session.use_strict_mode は、 こうしたリスクを軽減します。 警告 ユーザー定義 ... es はこの問題を解決できません。 session.use_strict_mode を使うとこのリスクを軽減できます。 session.use_str ... ict_mode =On にすると、 初期化されていないセッションIDは拒否 ...
https://man.plustar.jp/php/features.session.security.management.html - [similar]
オープン中のファイルを FTP サーバーにアップロードする 4741
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... string $remote_filename , resource $stream , int $mode = FTP_BINARY , int $offset = 0 ): bool ftp_fput() ... タ。 ファイルの終端まで進むと読み込みが終了します。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらか ... バージョンでは、 リソース を期待していました。 7.3.0 mode パラメータはオプションになりました。 これより前のバ ... キーワード: サーバー , オープン , fput , ファイル , mode , Connection , バージョン , パラメータ , リモート ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
MIME ヘッダフィールドをデコードする 4741
« iconv_mime_decode_headers iconv_mime_encode » PHP Manual iconv 関数 MIME ヘッダフィールドをデコ ... する 説明 iconv_mime_decode ( string $string , int $mode = 0 , ? string $encoding = null ): string | false ... ラメータ string エンコードされたヘッダを表す文字列。 mode mode は、 iconv_mime_decode() が不正な形式の MIME ... onv , mime , decode , string , encoding , ビット , mode ...
https://man.plustar.jp/php/function.iconv-mime-decode.html - [similar]
プロセスの優先度を変更する 4741
« pcntl_rfork pcntl_signal_dispatch » PHP Manual PCNTL 関数 プロセスの優先度を変更する pcntl_set ... ( int $priority , ? int $process_id = null , int $mode = PRIO_PROCESS ): bool pcntl_setpriority() は、 pr ... た場合は、現在のプロセスの プロセスID を使用します。 mode PRIO_PGRP 、 PRIO_USER あるいは PRIO_PROCESS のいず ... , pcntl , setpriority , process , priority , int , mode , バージョン ...
https://man.plustar.jp/php/function.pcntl-setpriority.html - [similar]
ディレクトリを作成する 4741
« streamWrapper::dir_rewinddir streamWrapper::rename » PHP Manual streamWrapper ディレクトリを作 ... public streamWrapper::mkdir ( string $path , int $mode , int $options ): bool このメソッドは、 mkdir() に ... けません 。 パラメータ path 作成したいディレクトリ。 mode mkdir() に渡す値。 options STREAM_MKDIR_RECURSIVE ... amWrapper , mkdir , 注意 , メソッド , path , int , mode , 対応 ...
https://man.plustar.jp/php/streamwrapper.mkdir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT