検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 4795 for string (0.029 sec.)
mysql_query で使用するために文字列をエスケープする 2759
« mysql_error mysql_fetch_array » PHP Manual MySQL 関数 mysql_query で使用するために文字列をエス ... ケープする mysql_escape_string (PHP 4 >= 4.0.3, PHP 5) mysql_escape_string — mysq ... の関数の代替として、これらが使えます。 mysqli_escape_string() PDO::quote() 説明 mysql_escape_string ( string $ ... unescaped_string ): string この関数は、 mysql_query() で指定可能なよ ... うに unescaped_string をエスケープします。 この関数は非推奨です。 この関 ...
https://man.plustar.jp/php/function.mysql-escape-string.html - [similar]
xdiff_string_bdiff のエイリアス 2759
« xdiff_string_bpatch xdiff_string_diff » PHP Manual xdiff 関数 xdiff_string_bdiff のエイリアス ... xdiff_string_diff_binary (PECL xdiff >= 0.2.0) xdiff_string_dif ... f_binary — xdiff_string_bdiff のエイリアス 説明 xdiff_string_bdiff ( strin ... g $old_data , string $new_data ): string ふたつの文字列のバイナリ diff ... できあがったパッチファイルを後で適用するには xdiff_string_bpatch() / xdiff_file_bpatch() を使用します。 バー ...
https://man.plustar.jp/php/function.xdiff-string-diff-binary.html - [similar]
SimpleXMLElement クラス 2749
« XML エラーの対応 SimpleXMLElement::addAttribute » PHP Manual SimpleXML SimpleXMLElement クラス ... ます。 クラス概要 class SimpleXMLElement implements Stringable , Countable , RecursiveIterator { /* メソッド ... */ public __construct ( string $data , int $options = 0 , bool $dataIsURL = false ... , string $namespaceOrPrefix = "" , bool $isPrefix = false ) ... public addAttribute ( string $qualifiedName , string $value , ? string $namespa ...
https://man.plustar.jp/php/class.simplexmlelement.html - [similar]
SQLite3 クラス 2749
« 定義済み定数 SQLite3::backup » PHP Manual SQLite3 SQLite3 クラス SQLite3 クラス (PHP 5 >= 5.3. ... lass SQLite3 { /* メソッド */ public __construct ( string $filename , int $flags = SQLITE3_OPEN_READWRITE | ... SQLITE3_OPEN_CREATE , string $encryptionKey = "" ) public backup ( SQLite3 $des ... tination , string $sourceDatabase = "main" , string $destinationData ... int public close (): bool public createAggregate ( string $name , callable $stepCallback , callable $finalCa ...
https://man.plustar.jp/php/class.sqlite3.html - [similar]
PHP DTrace 静的プローブとともに SystemTap を使用 2749
« PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的 ... file__entry\n"); printf(" compile_file %s\n", user_string($arg1)); printf(" compile_file_translated %s\n", u ... ser_string($arg2)); } probe process("sapi/cli/php").provider( ... ile__return\n"); printf(" compile_file %s\n", user_string($arg1)); printf(" compile_file_translated %s\n", u ... ser_string($arg2)); } probe process("sapi/cli/php").provider( ...
https://man.plustar.jp/php/features.dtrace.systemtap.html - [similar]
Creates a PHP string from a memory area 2749
« FFI::sizeof FFI::type » PHP Manual FFI Creates a PHP string from a memory area FFI::string (PH ... P 7 >= 7.4.0, PHP 8) FFI::string — Creates a PHP string from a memory area 説明 pub ... lic static FFI::string ( FFI\CData &$ptr , ? int $size = null ): string C ... reates a PHP string from size bytes of the memory area pointed to by p ... he start of the memory area from which to create a string . size The number of bytes to copy to the string . ...
https://man.plustar.jp/php/ffi.string.html - [similar]
SimpleXMLIterator クラス 2739
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... メソッド */ public SimpleXMLElement::addAttribute ( string $qualifiedName , string $value , ? string $namespa ... = null ): void public SimpleXMLElement::addChild ( string $qualifiedName , ? string $value = null , ? string ... impleXMLElement public SimpleXMLElement::asXML ( ? string $filename = null ): string | bool public SimpleXML ... Element::attributes ( ? string $namespaceOrPrefix = null , bool $isPrefix = false ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
文字列で使用されている文字に関する情報を返す 2739
« convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c ... されている文字に関する情報を返す 説明 count_chars ( string $string , int $mode = 0 ): array | string string... 在する数をかぞえ、様々な手法で返します。 パラメータ string 調べたい文字列。 mode 戻り値を参照ください。 戻り値 ... $val instance(s) of \"" , chr ( $i ) , "\" in the string.\n" ; } ?> 上の例の出力は以下となります。 There we ... re 4 instance(s) of " " in the string. There were 1 instance(s) of "." in the string. Th ...
https://man.plustar.jp/php/function.count-chars.html - [similar]
Delete an instance using OID 2739
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... OID 説明 cubrid_drop ( resource $conn_identifier , string $oid ): bool The cubrid_drop() function is used to ... となります。 --- Before Drop: --- array(4) { ["a"]=> string(1) "1" ["b"]=> array(3) { [0]=> string(1) "1" [1]= ... > string(1) "2" [2]=> string(1) "3" } ["c"]=> array(4) { [0 ... ]=> string(2) "11" [1]=> string(2) "22" [2]=> string(2) "33" ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
SolrGenericResponse クラス 2729
« SolrPingResponse::getResponse SolrGenericResponse::__construct » PHP Manual Solr SolrGenericRe ... parser_mode ; protected bool $ success ; protected string $ http_status_message ; protected string $ http_re ... quest_url ; protected string $ http_raw_request_headers ; protected string $ ht ... tp_raw_request ; protected string $ http_raw_response_headers ; protected string $ h ... ttp_raw_response ; protected string $ http_digested_response ; /* メソッド */ public _ ...
https://man.plustar.jp/php/class.solrgenericresponse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT