検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 190 for Str (0.003 sec.)
文字列が、指定された文字列で終わるかを調べる。 7815
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... str_ends_with (PHP 8) str_ends_with — 文字列が、指定さ ... れた文字列で終わるかを調べる。 説明 str_ends_with ( string $haystack , string $needle ): b ... 返します。 例 例1 空文字列 '' を使う場合 <?php if ( str_ends_with ( 'abc' , '' )) { echo "All strings end ... with the empty string" ; } ?> 上の例の出力は以下となります。 All stri ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 7815
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ...str_starts_with (PHP 8) str_starts_with — 文字列が指定 ... された部分文字列で始まるかを調べる 説明 str_starts_with ( string $haystack , string $needle ): ... 返します。 例 例1 空文字列 '' を使う場合 <?php if ( str_starts_with ( 'abc' , '' )) { echo "All strings st ... art with the empty string" ; } ?> 上の例の出力は以下となります。 All stri ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
文字列に rot13 変換を行う 7575
« str_replace str_shuffle » PHP Manual String 関数 文字列に rot13 変換を行う str_rot13 (PHP 4 >= ... 4.2.0, PHP 5, PHP 7, PHP 8) str_rot13 — 文字列に rot13 変換を行う 説明 str_rot13 ( ... string $string ): string 引数 string に対して ROT13 変 ... 定した場合には、元の文字列が返されます。 パラメータ string 入力文字列。 戻り値 指定した文字列を ROT13 変換 ... した結果を返します。 例 例1 str_rot13() の例 <?php echo str_rot13 ( 'PHP 4.3.0' ); ...
https://man.plustar.jp/php/function.str-rot13.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 7422
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ...str_contains (PHP 8) str_contains — 指定された部分文字 ... 列が、文字列に含まれるかを調べる 説明 str_contains ( string $haystack , string $needle ): bo ... します。 例 例1 空文字列 '' を使った場合 <?php if ( str_contains ( 'abc' , '' )) { echo "Checking the exis ... tence of the empty string will always return true" ; } ?> 上の例の出力は以 ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
特定の文字をエスケープする 7302
« db2_cursor_type db2_exec » PHP Manual IBM DB2 関数 特定の文字をエスケープする db2_escape_strin ... g (PECL ibm_db2 >= 1.6.0) db2_escape_string — 特定の文字をエスケープする 説明 db2_escape_st ... ring ( string $string_literal ): string 引数で指定した文字列中 ... 文字の前にバックスラッシュを追加します。 パラメータ string_literal 変更すべき特殊文字を含む文字列。 \x00 、 ... いて、その前にバックスラッシュを追加します。 戻り値 string_literal の中の上で挙げた文字について、 その前に ...
https://man.plustar.jp/php/function.db2-escape-string.html - [similar]
文字列を小文字にする 7302
« mb_strstr mb_strtoupper » PHP Manual マルチバイト文字列 関数 文字列を小文字にする mb_strtolowe ... r (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_strtolower — 文字列を小文字にする 説明 mb_strtolower ( ... string $string , ? string $encoding = null ): string s ... のアルファベットを小文字にして返します。 パラメータ string 小文字にしたい文字列。 encoding encoding パラメ ... 合は、 内部文字エンコーディングを使用します。 戻り値 string のすべてのアルファベットを小文字にしたものを返し ...
https://man.plustar.jp/php/function.mb-strtolower.html - [similar]
文字列を大文字にする 7302
« mb_strtolower mb_strwidth » PHP Manual マルチバイト文字列 関数 文字列を大文字にする mb_strtoup ... per (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_strtoupper — 文字列を大文字にする 説明 mb_strtoupper ( ... string $string , ? string $encoding = null ): string s ... のアルファベットを大文字にして返します。 パラメータ string 大文字に変換したい文字列。 encoding encoding パ ... 合は、 内部文字エンコーディングを使用します。 戻り値 string のすべてのアルファベットを大文字にしたものを返し ...
https://man.plustar.jp/php/function.mb-strtoupper.html - [similar]
文字エンコーディングを検出する 7270
« mb_decode_numericentity mb_detect_order » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... エンコーディングを検出する 説明 mb_detect_encoding ( string $string , array | string | null $encodings = nu ... ll , bool $strict = false ): string | false エンコーディングの候補 ... の一覧から、 文字列 string のもっとも可能性が高い文字エンコーディングを検出 ... ィングは採用されず、次のものを試します。 パラメータ string 調べる対象の文字列。 encodings 文字エンコーディ ...
https://man.plustar.jp/php/function.mb-detect-encoding.html - [similar]
文字列 7150
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... インストール手順 実行時設定 リソース型 定義済み定数 String 関数 addcslashes — C 言語と同様にスラッシュで文 ... lit — 文字列をより小さな部分に分割する convert_cyr_string — キリル文字セットを他のものに変換する convert_ ... の先頭バイトを、0 から 255 までの値に変換する parse_str — 文字列を処理し、変数に代入する print — 文字列を出 ... sscanf — フォーマット文字列に基づき入力を処理する str_contains — 指定された部分文字列が、文字列に含まれる ...
https://man.plustar.jp/php/book.strings.html - [similar]
パスワードが、ハッシュ値と一致するかを調べる 7106
« sodium_crypto_pwhash_str_needs_rehash sodium_crypto_pwhash_str » PHP Manual Sodium 関数 パスワ ... ハッシュ値と一致するかを調べる sodium_crypto_pwhash_str_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhas ... h_str_verify — パスワードが、ハッシュ値と一致するかを調べ ... る 説明 sodium_crypto_pwhash_str_verify ( string $hash , string $password ): bool s ... odium_crypto_pwhash_str() を使って生成されたパスワードハッシュが、 指定され ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-verify.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT