検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 2039 for To (0.070 sec.)
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 2460
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの ... onvert_encoding ( array | string $string , string $to_encoding , array | string | null $from_encoding = ... from_encoding または現在の内部エンコーディングから to_encoding に変換します。 string が配列の場合、それに ... す。 パラメータ string 変換する string または array to_encoding 変換したい文字エンコーディング。 from_enc ... いない場合は、 default_charset setting を使います。 to_encoding や from_encoding に指定できる値は、 サポー ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]
証明書をファイルにエクスポートする 2460
« openssl_x509_checkpurpose openssl_x509_export » PHP Manual OpenSSL 関数 証明書をファイルにエク ... スポートする openssl_x509_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl ... _x509_export_to_file — 証明書をファイルにエクスポートする 説明 ope ... nssl_x509_export_to_file ( OpenSSLCertificate | string $certificate , ... , bool $no_text = true ): bool openssl_x509_export_to_file() は、 PEM エンコード形式の certificate をファ ...
https://man.plustar.jp/php/function.openssl-x509-export-to-file.html - [similar]
Creates image from a data 2460
« rrd_first rrd_info » PHP Manual RRD 関数 Creates image from a data rrd_graph (PECL rrd >= 0.9. ... ta from RRD file. パラメータ filename The filename to output the graph to. This will generally end in ei ... , .svg or .eps , depending on the format you want to output. options Options for generating image. See ...
https://man.plustar.jp/php/function.rrd-graph.html - [similar]
SSH サーバーに接続する 2460
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... にカンマ区切りにする。 ssh-rsa および ssh-dss client_to_server クライアントからサーバーに送信されるメッセー ... ージ認証コード (MAC) メソッドを含む連想配列。 server_to_client サーバーからクライアントに送信されるメッセー ... いては » libssh2 ドキュメントを参照ください。 client_to_server と server_to_client は以下のパラメータのいく ... 優先する順にカンマ区切りにする。 rijndael-cbc@lysator.liu.se 、 aes256-cbc 、 aes192-cbc 、 aes128-cbc ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
Bollinger Bands 2460
« trader_avgprice trader_beta » PHP Manual Trader 関数 Bollinger Bands trader_bbands (PECL trade ... 列。 timePeriod Number of period. Valid range from 2 to 100000. nbDevUp Deviation multiplier for upper ban ... d. Valid range from TRADER_REAL_MIN to TRADER_REAL_MAX . nbDevDn Deviation multiplier for ... lower band. Valid range from TRADER_REAL_MIN to TRADER_REAL_MAX . mAType Type of Moving Average. T ...
https://man.plustar.jp/php/function.trader-bbands.html - [similar]
Ultimate Oscillator 2460
« trader_typprice trader_var » PHP Manual Trader 関数 Ultimate Oscillator trader_ultosc (PECL tr ... ader >= 0.2.0) trader_ultosc — Ultimate Oscillator 説明 trader_ultosc ( array ... Number of bars for 1st period. Valid range from 1 to 100000. timePeriod2 Number of bars for 2nd period. ... Valid range from 1 to 100000. timePeriod3 Number of bars for 3rd period. ... Valid range from 1 to 100000. 戻り値 Returns an array with calculated da ...
https://man.plustar.jp/php/function.trader-ultosc.html - [similar]
Select a server matching a read preference 2460
« MongoDB\Driver\Manager::removeSubscriber MongoDB\Driver\Manager::startSession » PHP Manual Mon ... rver will be selected by default. This may be used to preselect a server in order to perform version che ... ongoDB\Driver\ReadPreference ) The read preference to use for selecting a server. If null or omitted, th ... \Driver\Manager::getServers() - Return the servers to which this manager is connected » Server Selection ...
https://man.plustar.jp/php/mongodb-driver-manager.selectserver.html - [similar]
トランザクションを開始する 2460
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... ion() の例 オブジェクト指向型 <?php /* Tell mysqli to throw an exception if an error occurs */ mysqli_re ... "my_password" , "world" ); /* The table engine has to support transactions */ $mysqli -> query ( "CREATE ... Insert some values */ $mysqli -> query ( "INSERT INTO language(Code, Speakers) VALUES ('DE', 42000123)" ... ); /* Try to insert invalid values */ $language_code = 'FR' ; $ ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
Create a new PDF converter 2460
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... rter Create a new PDF converter wkhtmltox\PDF\Converter::__construct (wkhtmltox >= 0.1.0) w ... khtmltox\PDF\Converter::__construct — Create a new PDF con ... verter 説明 public wkhtmltox\PDF\Converter::__construct ( array $settings = ? ... he output document 210mm >= 0.1.0 size.height height of the output document 297mm >= 0.1.0 orientation o ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
Specify application credentials 2460
« Zookeeper Zookeeper::close » PHP Manual Zookeeper Specify application credentials Zookeeper::a ... = null ): bool The application calls this function to specify its credentials for purposes of authentica ... ecurity provider specified by the scheme parameter to authenticate the client connection. If the authent ... e depends on the scheme. completion_cb The routine to invoke when the request completes. One of the foll ... owing result codes may be passed into the completion callback: - ZOK operation completed ...
https://man.plustar.jp/php/zookeeper.addauth.html - [similar]