検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 190 for Str (0.003 sec.)
Escape special characters in a string for use in an SQL statement 6254
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a str ... ing for use in an SQL statement cubrid_real_escape_string (PECL CUBRID >= 8.3.0) cubrid_real_escape_strin ... g — Escape special characters in a string for use in an SQL statement 説明 cubrid_real_es ... cape_string ( string $unescaped_string , resource $conn_ide ... ntifier = ? ): string This function returns the escaped string versio ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
PHP Callbacks 6211
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... f ( " typedef int (*zend_write_func_t)(const char *str, size_t str_length); extern zend_write_func_t zend ... d -> zend_write ; $zend -> zend_write = function( $str , $len ) { global $orig_zend_write ; $orig_zend_wr ... ite ( "{\n\t" , 3 ); $ret = $orig_zend_write ( $str , $len ); $orig_zend_write ( "}\n" , 2 ); return $ ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
文字列の長さを得る 6134
« stristr strnatcasecmp » PHP Manual String 関数 文字列の長さを得る strlen (PHP 4, PHP 5, PHP 7, ... PHP 8) strlen — 文字列の長さを得る 説明 strlen ( string $stri ... ng ): int 与えられた string の長さを返します。 パラメータ string 長さを調べ ... る文字列。 戻り値 成功した場合に string の長さ、 string が空の文字列だった場合に 0 を返 ... します。 例 例1 strlen() の例 <?php $str = 'abcdef' ; echo strlen ( $s ...
https://man.plustar.jp/php/function.strlen.html - [similar]
文字列を小文字にする 6058
« strtok strtoupper » PHP Manual String 関数 文字列を小文字にする strtolower (PHP 4, PHP 5, PHP ... 7, PHP 8) strtolower — 文字列を小文字にする 説明 strtolower ( st ... ring $string ): string string のアルファベット部分をすべて小 ... ラウト (Ä) のような文字は変換されません。 パラメータ string 入力文字列。 戻り値 小文字に変換した文字列を返し ... ます。 例 例1 strtolower() の例 <?php $str = "Mary Had A Little Lamb ...
https://man.plustar.jp/php/function.strtolower.html - [similar]
文字列を大文字にする 6058
« strtolower strtr » PHP Manual String 関数 文字列を大文字にする strtoupper (PHP 4, PHP 5, PHP 7 ... , PHP 8) strtoupper — 文字列を大文字にする 説明 strtoupper ( st ... ring $string ): string string のアルファベット部分をすべて大 ... ラウト (ä) のような文字は変換されません。 パラメータ string 入力文字列。 戻り値 大文字にした文字列を返します ... 。 例 例1 strtoupper() の例 <?php $str = "Mary Had A Little Lamb ...
https://man.plustar.jp/php/function.strtoupper.html - [similar]
bzip2 形式のデータを解凍する 5938
« bzcompress bzerrno » PHP Manual Bzip2 関数 bzip2 形式のデータを解凍する bzdecompress (PHP 4 >= ... — bzip2 形式のデータを解凍する 説明 bzdecompress ( string $data , bool $use_less_memory = false ): string ... 値は 0 でした。 例 例1 文字列を解凍する <?php $start_str = "This is not an honest face?" ; $bzstr = bzcompr ... ess ( $start_str ); echo "Compressed String: " ; echo $bzstr ; echo ... "\n<br />\n" ; $str = bzdecompress ( $bzstr ); echo "Decompressed Stri ...
https://man.plustar.jp/php/function.bzdecompress.html - [similar]
Provide a return value for an existing function 5938
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... ue for an existing function 説明 uopz_set_return ( string $function , mixed $value , bool $execute = fals ... e ): bool uopz_set_return ( string $class , string $function , mixed $value , bool ... uopz_set_return() example <?php uopz_set_return ( "strlen" , 42 ); echo strlen ( "Banana" ); ?> 上の例の出 ... uopz_set_return() example <?php uopz_set_return ( "strlen" , function( $str ) { return strlen ( $str ) * ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]
ReflectionProperty オブジェクトを作成する 5938
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflect ... ty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__con ... クトを作成する 説明 public ReflectionProperty::__construct ( object | string $class , string $property ) パ ... 外がスローされます。 例 例1 ReflectionProperty::__construct() の例 <?php class Str { public $length = 5 ; } ... タンスを作成します $prop = new ReflectionProperty ( 'Str' , 'length' ); // 基本情報を表示します printf ( "= ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
Scans the buffer for an occurrence of a string 5894
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... occurrence of a string EventBuffer::search (PECL event >= 1.2.6-beta) ... ::search — Scans the buffer for an occurrence of a string 説明 public EventBuffer::search ( string $what ... ): mixed Scans the buffer for an occurrence of the string what . It returns numeric position of the strin ... g, or false if the string was not found. If the start argument is provide ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
GET/POST/COOKIE データをパースし、グローバル変数を設定する 5861
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE ... データをパースし、グローバル変数を設定する mb_parse_str (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_parse_str ... タをパースし、グローバル変数を設定する 説明 mb_parse_str ( string $string , array &$result ): bool GET/POST ... sult またはグローバル配列に設定します。 パラメータ string URL エンコードされたデータ。 result デコードされ ... ンではなくなりました。 7.2.0 第二引数なしで mb_parse_str() を呼び出すことは推奨されなくなりました。 参考 mb ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT