検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 340 for Mode (0.037 sec.)
FTP サーバーからファイルをダウンロードする 4705
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... g $local_filename , string $remote_filename , int $mode = FTP_BINARY , int $offset = 0 ): bool ftp_get() は ... れます)。 remote_filename リモートファイルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらか ... バージョンでは、 リソース を期待していました。 7.3.0 mode パラメータはオプションになりました。 これより前のバ ... ローカル , Connection , バージョン , パラメータ , mode , 保存 ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]
利用可能なモードを指定して、画像を自動的にクロップする 4705
« imagecrop imagedashedline » PHP Manual GD および Image 関数 利用可能なモードを指定して、画像を ... ップする 説明 imagecropauto ( GdImage $image , int $mode = IMG_CROP_DEFAULT , float $threshold = 0.5 , int ... $color = -1 ): GdImage | false 指定した mode にしたがって、画像を自動的にクロップします。 警告 ... のような画像作成関数が返す GdImage オブジェクト。 mode 以下の定数のいずれか。 IMG_CROP_DEFAULT IMG_CROP_T ... アルゴリズムと同じものを使うようになりました。 7.4.0 mode パラメータのデフォルト値が IMG_CROP_AUTO に変更され ...
https://man.plustar.jp/php/function.imagecropauto.html - [similar]
PostgreSQL サーバーからの直近の通知メッセージを返す 4705
« pg_last_error pg_last_oid » PHP Manual PostgreSQL 関数 PostgreSQL サーバーからの直近の通知メッ ... _last_notice ( PgSql\Connection $connection , int $mode = PGSQL_NOTICE_LAST ): array | string | bool pg_la ... connection PgSql\Connection クラスのインスタンス。 mode 直近の通知を返す PGSQL_NOTICE_LAST 、 すべての通知 ... バージョンでは、 リソース を期待していました。 7.1.0 mode パラメータが追加されました。 例 例1 pg_last_notice ... 直近 , PostgreSQL , サーバー , notice , connection , mode , Connection , pgsql ...
https://man.plustar.jp/php/function.pg-last-notice.html - [similar]
操作モードを設定する 4705
« RegexIterator::setFlags RegexIterator::setPregFlags » PHP Manual RegexIterator 操作モードを設定 ... する RegexIterator::setMode (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator::setM ... 操作モードを設定する 説明 public RegexIterator::setMode ( int $mode ): void 操作モードを設定します。 パラメ ... ータ mode 操作モード。 操作モードは次のとおりです。これらのモ ... E 戻り値 値を返しません。 例 例1 RegexIterator::setMode() の例 <?php $test = array ( 'str1' => 'test 1' , ...
https://man.plustar.jp/php/regexiterator.setmode.html - [similar]
指定したアルゴリズムがブロックアルゴリズムであるかを調べる 4669
« mcrypt_module_is_block_algorithm_mode mcrypt_module_is_block_mode » PHP Manual Mcrypt 関数 指定 ... lgorithm , mcrypt , 指定 , 関数 , block , module , mode , 推奨 ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-algorithm.html - [similar]
プロセスの優先度を取得する 4669
« pcntl_get_last_error pcntl_rfork » PHP Manual PCNTL 関数 プロセスの優先度を取得する pcntl_getp ... cntl_getpriority ( ? int $process_id = null , int $mode = PRIO_PROCESS ): int | false pcntl_getpriority() ... た場合は、現在のプロセスの プロセスID を使用します。 mode PRIO_PGRP 、 PRIO_USER あるいは PRIO_PROCESS のいず ... cntl , 取得 , getpriority , process , 関数 , int , mode , 変更 ...
https://man.plustar.jp/php/function.pcntl-getpriority.html - [similar]
PHP が稼動しているオペレーティングシステムに関する情報を返す 4669
« php_sapi_name phpcredits » PHP Manual PHP オプション/情報 関数 PHP が稼動しているオペレーティン ... システムに関する情報を返す 説明 php_uname ( string $mode = "a" ): string php_uname() は、PHP が稼動している ... 存在しないか機能していない場合のみです。 パラメータ mode mode は、どのような情報を返すのかを一文字で指定しま ... ド: 情報 , オペレーティングシステム , 稼動 , 定数 , mode , 取得 , バージョン , string , phpinfo , 出力 ...
https://man.plustar.jp/php/function.php-uname.html - [similar]
ユーザー定義のストリームフィルタを登録する 4669
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... class string_filter extends php_user_filter { var $mode ; function filter ( $in , $out , & $consumed , $cl ... eam_bucket_make_writeable ( $in )) { if ( $this -> mode == 1 ) { $bucket -> data = strtoupper ( $bucket -> ... data ); } elseif ( $this -> mode == 0 ) { $bucket -> data = strtolower ( $bucket -> ... $this -> filtername == 'str.toupper' ) { $this -> mode = 1 ; } elseif ( $this -> filtername == 'str.tolow ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
Return the ReadPreference for the Manager 4669
« MongoDB\Driver\Manager::getReadConcern MongoDB\Driver\Manager::getServers » PHP Manual MongoDB ... す。 object(MongoDB\Driver\ReadPreference)#2 (1) { ["mode"]=> string(7) "primary" } object(MongoDB\Driver\Re ... adPreference)#1 (2) { ["mode"]=> string(18) "secondaryPreferred" ["tags"]=> arr ... ring , getReadPreference , stdClass , パラメータ , mode ...
https://man.plustar.jp/php/mongodb-driver-manager.getreadpreference.html - [similar]
Mcrypt 4633
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... ードでサポートされる最大キー長を返す mcrypt_enc_get_modes_name — オープンされたモードの名前を返す mcrypt_en ... キー長を配列にして返す mcrypt_enc_is_block_algorithm_mode — オープンされたモードの暗号がブロックモードで動作 ... ルゴリズムであるかどうかを調べる mcrypt_enc_is_block_mode — オープンされたモードがブロック出力を行うかどうか ... ートされる全ての暗号を配列として取得する mcrypt_list_modes — サポートされる全てのモードの配列を取得する mcry ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT