検索

phrase: max: clip:
target: order:
Results of 801 - 810 of about 1082 for コード (0.254 sec.)
Phar アーカイブの使用法: 導入 2551
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... ) で署名を行います。 公開キーによる展開はこのようなコードで行います。 <?php $public = openssl_get_publickey ( ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]
トークンの名前を返す 2551
« PhpToken::__construct PhpToken::is » PHP Manual PhpToken トークンの名前を返す PhpToken::getTok ... ()); // -> NULL 参考 PhpToken::tokenize() - ソースコードを PhpToken オブジェクトで表現されたトークンに分割す ...
https://man.plustar.jp/php/phptoken.gettokenname.html - [similar]
Grapheme 関数 2551
« UConverter::transcode grapheme_extract » PHP Manual intl Grapheme 関数 Grapheme 関数 目次 grap ... トバッファから取り出す関数。 テキストは UTF-8 でエンコードされている必要があります grapheme_stripos — 大文字小 ...
https://man.plustar.jp/php/ref.intl.grapheme.html - [similar]
指定されたテキストに、疑わしい文字が含まれていないかをチェックする 2551
« Spoofchecker::__construct Spoofchecker::setAllowedLocales » PHP Manual Spoofchecker 指定された ... レンスを設定します。 エラーがあった場合には、 エラーコード値を含みます。 戻り値 疑わしい文字が含まれている場合 ...
https://man.plustar.jp/php/spoofchecker.issuspicious.html - [similar]
V8Js で使う Javascript の拡張を登録する 2551
« V8Js::getPendingException V8JsException » PHP Manual V8Js V8Js で使う Javascript の拡張を登録す ... me 登録する拡張の名前。 script 登録する Javascript コード。 dependencies 登録する拡張が依存している他の拡張の ...
https://man.plustar.jp/php/v8js.registerextension.html - [similar]
エントリのインデックスを使用して、エントリのコメントを返す 2551
« ZipArchive::getArchiveComment ZipArchive::getCommentName » PHP Manual ZipArchive エントリのイン ... ip -> getCommentIndex ( 1 )); } else { echo '失敗、コード:' . $res ; } ?> 関連キーワード: エントリ , コメント ...
https://man.plustar.jp/php/ziparchive.getcommentindex.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 2539
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... の参照。 戻り値 cURL 定義済み定数 で定義された cURL コードを返します。 注意 : これは、マルチスタック全体に関す ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
1 つ以上の文字列を出力する 2539
« crypt explode » PHP Manual String 関数 1 つ以上の文字列を出力する echo (PHP 4, PHP 5, PHP 7, P ... ; // 42 // echo は式として振る舞わないので、以下のコードは正しくありません。 ( $some_var ) ? echo 'true' : e ...
https://man.plustar.jp/php/function.echo.html - [similar]
行を連想配列として取得する 2539
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetc ... : array | false pg_fetch_assoc() は、取得した行(レコード)を 保持する連想配列を返します。 pg_fetch_assoc() は ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
正規表現による検索と置換を行う 2539
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... reg_last_error() - 直近の PCRE 正規表現処理のエラーコードを返す 関連キーワード: preg , 検索 , 置換 , replace ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]