検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 443 for [SIMILAR] 16 1024 4096 WITH 25368 xmlreader WITH... (0.735 sec.)
文字列の一部を置換する 0
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( array | string $string , array | string $replace , array | int $offset , array | int | null $length = null ): st ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
空白以外の印字可能な文字かどうかを調べる 0
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype_graph (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_graph — 空白以外の印字可能な文字かどうかを調べる 説明 ctype_graph ( mixed $text ): bool 与えられた文字列 text のすべての文字が 実際に目に見え ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]
0
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 例1 FDF ドキュメントの評価 <?php // 拡張モジュールが提供する入力文字列から fdf をオープンします。 // pdf フォームには volume, date, comment, publisher, preparer // という名前のテキスト入力フ ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
0
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してください。 このサーバーに次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 0
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフィルタリングする filter_input_array (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_input_array — 外部から変数を受け取り、オプションでそれらをフィルタリングする 説明 filter_input_array ( int $type , arr ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
Mcrypt 0
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Mcrypt 暗号 Mcrypt 関数 mcrypt_create_iv — Creates an initialization vector (IV) from a random source mcrypt_decrypt — Decrypts crypttext with given paramet ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
Mcrypt 関数 0
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv — Creates an initialization vector (IV) from a random source mcrypt_decrypt — Decrypts crypttext with given parameters mcrypt_enc_get_algorithms_name — Returns the name of the opened algorith ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
SolrInputDocument クラス 0
« SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument クラス SolrInputDocument クラス (PECL solr >= 0.9.2) はじめに このクラスは、Solr インデックスにサブミットされようとしている Solr 文書を表現します。 クラス概要 final class SolrInputDocument { ...
https://man.plustar.jp/php/class.solrinputdocument.html - [similar]
配列から重複した値を削除する 0
« array_uintersect array_unshift » PHP Manual 配列 関数 配列から重複した値を削除する array_unique (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_unique — 配列から重複した値を削除する 説明 array_unique ( array $array , int $flags = SORT_STRING ): array array を入力とし、値に重複のない新規配列 ...
https://man.plustar.jp/php/function.array-unique.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 0
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML エンティティに変換する htmlentities (PHP 4, PHP 5, PHP 7, PHP 8) htmlentities — 適用可能な文字を全て HTML エンティティに変換する 説明 htmlentities ( string $string , int $flags = ENT_QUOTES | ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]