検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 100 for strlen (0.014 sec.)
xhprof サンプルプロファイラを終了する 6150
« xhprof_enable xhprof_sample_enable » PHP Manual Xhprof 関数 xhprof サンプルプロファイラを終了す ... ble (); for ( $i = 0 ; $i <= 10000 ; $i ++) { $a = strlen ( $i ); $b = $i * $a ; $c = rand (); } $xhprof_dat ...
https://man.plustar.jp/php/function.xhprof-sample-disable.html - [similar]
SQL の集約関数として使用する PHP 関数を登録する 6150
« SQLite3::__construct SQLite3::createCollation » PHP Manual SQLite3 SQL の集約関数として使用する ... en_step ( $context , $rownumber , $string ) { if ( strlen ( $string ) > $context ) { $context = strlen ( $st ...
https://man.plustar.jp/php/sqlite3.createaggregate.html - [similar]
iconv 6098
« textdomain はじめに » PHP Manual 自然言語および文字エンコーディング iconv iconv はじめに インス ... g — 文字エンコーディング変換用の設定を行なう iconv_strlen — 文字列の文字数を返す iconv_strpos — 文字列が最初 ...
https://man.plustar.jp/php/book.iconv.html - [similar]
イテレータの現在の要素がフィルタを満たすかどうかを調べる 6098
« FilterIterator FilterIterator::__construct » PHP Manual FilterIterator イテレータの現在の要素が ... 長さが 10 文字以上の文字列のみを許可します return strlen ( parent :: current ()) >= 10 ; } } $arrayIterator ...
https://man.plustar.jp/php/filteriterator.accept.html - [similar]
文字エンコーディング変換用の設定を行なう 6098
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
PHP による PNG の生成 6098
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP ... 220 , 210 , 60 ); $px = ( imagesx ( $im ) - 7.5 * strlen ( $string )) / 2 ; imagestring ( $im , 3 , $px , 9 ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 6098
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザ ... en_step ( $context , $rownumber , $string ) { if ( strlen ( $string ) > $context ) { $context = strlen ( $st ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
iconv 関数 6098
« 定義済み定数 iconv_get_encoding » PHP Manual iconv iconv 関数 iconv 関数 参考 GNU Recode 関数 ... g — 文字エンコーディング変換用の設定を行なう iconv_strlen — 文字列の文字数を返す iconv_strpos — 文字列が最初 ...
https://man.plustar.jp/php/ref.iconv.html - [similar]
Grapheme 関数 6098
« UConverter::transcode grapheme_extract » PHP Manual intl Grapheme 関数 Grapheme 関数 目次 grap ... が最初に登場した場所以降の部分文字列を返す grapheme_strlen — 書記素単位で文字列の長さを取得する grapheme_strp ...
https://man.plustar.jp/php/ref.intl.grapheme.html - [similar]
圧縮フィルタ 6046
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... tant string.\n" ; echo "もとのテキストの長さは " . strlen ( $original_text ) . " 文字です。\n" ; $fp = fopen ... tant string.\n" ; echo "もとのテキストの長さは " . strlen ( $original_text ) . " 文字です。\n" ; $fp = fopen ...
https://man.plustar.jp/php/filters.compression.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT