検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 188 for [SIMILAR] 16 1024 4096 WITH 13812 strlen WITH 13... (0.366 sec.)
定義済みの全ての関数を配列で返す 0
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配列で返す get_defined_functions (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) get_defined_functions — 定義済みの全ての関数を配列で返す 説明 get_defined_functions ( bool $exclude_disabled = true ): arra ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 0
« mb_stripos mb_strlen » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す mb_stristr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_stristr — 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 説明 mb_stristr ( str ...
https://man.plustar.jp/php/function.mb-stristr.html - [similar]
文字列の中に指定した文字列が最初に現れる位置を見つける 0
« mb_strlen mb_strrchr » PHP Manual マルチバイト文字列 関数 文字列の中に指定した文字列が最初に現れる位置を見つける mb_strpos (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strpos — 文字列の中に指定した文字列が最初に現れる位置を見つける 説明 mb_strpos ( string $haystack , string $needle , int $ ...
https://man.plustar.jp/php/function.mb-strpos.html - [similar]
結果における各出力の長さを得る 0
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る mysql_fetch_lengths (PHP 4, PHP 5) mysql_fetch_lengths — 結果における各出力の長さを得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
指定したフィールドの長さを返す 0
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysql_field_len (PHP 4, PHP 5) mysql_field_len — 指定したフィールドの長さを返す 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべき ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
単語をハイフネーションする 0
« ps_get_value ps_include_file » PHP Manual PS 関数 単語をハイフネーションする ps_hyphenate (PECL ps >= 1.1.1) ps_hyphenate — 単語をハイフネーションする 説明 ps_hyphenate ( resource $psdoc , string $text ): array | false 渡された単語をハイフネーションします。 ps_hyphenate() は、( ps_set_ ...
https://man.plustar.jp/php/function.ps-hyphenate.html - [similar]
ランダムなトークンを生成する 0
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ランダムなトークンを生成する OAuthProvider::generateToken (PECL OAuth >= 1.0.0) OAuthProvider::generateToken — ランダムなトークンを生成する 説明 final public static OAuthProvider::generateToken ( ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
0
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
文字列をより小さな部分に分割する 0
« chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split (PHP 4, PHP 5, PHP 7, PHP 8) chunk_split — 文字列をより小さな部分に分割する 説明 chunk_split ( string $string , int $length = 76 , string $separator = "\r\n" ): string 文字列をより小さな部分に分 ...
https://man.plustar.jp/php/function.chunk-split.html - [similar]