検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 4795 for string (0.079 sec.)
バイナリのデータを16進表現に変換する 2437
« addslashes chop » PHP Manual String 関数 バイナリのデータを16進表現に変換する bin2hex (PHP 4, ... バイナリのデータを16進表現に変換する 説明 bin2hex ( string $string ): string string を16進表現に変換したASCII ... は、上位ニブルからバイト毎に行われます。 パラメータ string 文字列。 戻り値 指定した文字列を16進表現に変換した ... x2bin ( $hex )); ?> 上の例の出力は以下となります。 string(24) "48656c6c6f20776f726c6421" string(12) "Hello w ... 関連キーワード: 変換 , バイナリ , 表現 , データ , string , hex , bin , chop , 関数 , addslashes ...
https://man.plustar.jp/php/function.bin2hex.html - [similar]
SNMP オブジェクトの値を設定する 2437
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (P ... — SNMP オブジェクトの値を設定する 説明 snmp3_set ( string $hostname , string $security_name , string $securi ... ty_level , string $auth_protocol , string $auth_passphrase , string ... $privacy_protocol , string $privacy_passphrase , array | string $object_id , ... array | string $type , array | string $value , int $timeout = -1 ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]
2 つの文字列のバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズム... 2437
« xdiff_string_patch 自然言語および文字エンコーディング » PHP Manual xdiff 関数 2 つの文字列のバ ... nomial fingerprinting アルゴリズムで作成する xdiff_string_rabdiff (PECL xdiff >= 1.5.0) xdiff_string_rabdiff ... l fingerprinting アルゴリズムで作成する 説明 xdiff_string_bdiff ( string $old_data , string $new_data ): str ... リ diff を作成して結果を返します。 この関数と xdiff_string_bdiff() との違いは、 使用するアルゴリズムです。この ... できあがったパッチファイルを後で適用するには xdiff_string_bpatch() / xdiff_file_bpatch() を使用します。 アル ...
https://man.plustar.jp/php/function.xdiff-string-rabdiff.html - [similar]
The EventHttpRequest class 2427
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... PUT_HEADER = 2 ; /* メソッド */ public addHeader ( string $key , string $value , int $type ): bool public ca ... allback , mixed $data = null ) public findHeader ( string $key , string $type ): void public free (): void p ... nection (): EventHttpConnection public getHost (): string public getInputBuffer (): EventBuffer public getIn ... d public getResponseCode (): int public getUri (): string public removeHeader ( string $key , string $type ) ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
The GearmanTask class 2427
« GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T ... lic create (): GearmanTask | false public data (): string public dataSize (): int public function (): string ... public functionName (): string public isKnown (): bool public isRunning (): bool ... public jobHandle (): string public recvData ( int $data_len ): array public re ... turnCode (): int public sendData ( string $data ): int public sendWorkload ( string $data ): ...
https://man.plustar.jp/php/class.gearmantask.html - [similar]
The MongoDB\Driver\Exception\RuntimeException class 2427
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLab ... $ errorLabels ; /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... null ; /* メソッド */ final public hasErrorLabel ( string $errorLabel ): bool /* 継承したメソッド */ final p ... ublic Exception::getMessage (): string final public Exception::getPrevious (): ? Throwabl ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
UnexpectedValueException クラス 2427
« UnderflowException SPL 関数 » PHP Manual 例外 UnexpectedValueException クラス UnexpectedValueE ... timeException { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... たメソッド */ final public Exception::getMessage (): string final public Exception::getPrevious (): ? Throwabl ... etCode (): int final public Exception::getFile (): string final public Exception::getLine (): int final publ ...
https://man.plustar.jp/php/class.unexpectedvalueexception.html - [similar]
Dynamically adds a new method to a given class 2427
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... method to a given class 説明 runkit7_method_add ( string $class_name , string $method_name , string $argume ... nt_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string $ ... doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool run ... kit7_method_add ( string $class_name , string $method_name , Closure $closu ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
3 つの文字列をひとつに統合する 2427
« xdiff_string_diff xdiff_string_patch_binary » PHP Manual xdiff 関数 3 つの文字列をひとつに統合 ... する xdiff_string_merge3 (PECL xdiff >= 0.2.0) xdiff_string_merge3 — ... 3 つの文字列をひとつに統合する 説明 xdiff_string_merge3 ( string $old_data , string $new_data1 , st ... ring $new_data2 , string &$error = ? ): mixed 3 つの文字列をひとつに結合し、 ... のファイルをひとつに統合する 関連キーワード: 統合 , string , xdiff , data , new , old , データ , 修正 , 部分 ...
https://man.plustar.jp/php/function.xdiff-string-merge3.html - [similar]
Returns an error string for the last error encountered 2427
« GearmanClient::echo GearmanClient::getErrno » PHP Manual GearmanClient Returns an error string ... >= 0.5.0) GearmanClient::error — Returns an error string for the last error encountered 説明 public Gearman ... Client::error (): string Returns an error string for the last error encount ... ラメータはありません。 戻り値 A human readable error string. 参考 GearmanClient::getErrno() - Get an errno val ... ue 関連キーワード: string , Returns , getErrno , パラメータ , public , 関数 ...
https://man.plustar.jp/php/gearmanclient.error.html - [similar]