検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 145 for simple (0.013 sec.)
文字列の中から任意の文字を探す 5700
« strncmp strpos » PHP Manual String 関数 文字列の中から任意の文字を探す strpbrk (PHP 5, PHP 7, ... す。 例 例1 strpbrk() の例 <?php $text = 'This is a Simple text.' ; // これは "is is a Simple text." を出力し ... からです。 echo strpbrk ( $text , 'mi' ); // これは "Simple text." を出力します。なぜなら大文字小文字が区別され ...
https://man.plustar.jp/php/function.strpbrk.html - [similar]
XOR training 5641
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... .data file 4 2 1 -1 -1 -1 -1 1 1 1 -1 1 1 1 -1 例2 Simple train <?php $num_input = 2 ; $num_output = 1 ; $nu ... hows how to read and run data for XOR function 例3 Simple test <?php $train_file = ( dirname ( __FILE__ ) . ... ile xor_float.net has not been created! Please run simple_train.php to generate it" ); $ann = fann_create_fr ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
定義済み定数 5617
« リソース型 サポートされるエンコーディングの概要 » PHP Manual マルチバイト文字列 定義済み定数 定 ... 能性があります。 PHP 7.3 から利用可能 MB_CASE_LOWER_SIMPLE ( int ) 単純な小文字へのケースフォールディング変換 ... は変わりません。 PHP 7.3 から利用可能 MB_CASE_UPPER_SIMPLE ( int ) 単純な大文字へのケースフォールディング変換 ... は変わりません。 PHP 7.3 から利用可能 MB_CASE_TITLE_SIMPLE ( int ) 単純な Title-case 変換を実行します。 この操 ... さは変わりません。 PHP 7.3 から利用可能 MB_CASE_FOLD_SIMPLE ( int ) 文字列に存在する大文字小文字の区別を取り除 ...
https://man.plustar.jp/php/mbstring.constants.html - [similar]
新しいグローバル定数 5617
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し ... ONSE マルチバイト文字列 MB_CASE_FOLD MB_CASE_LOWER_SIMPLE MB_CASE_UPPER_SIMPLE MB_CASE_TITLE_SIMPLE MB_CASE_ ... FOLD_SIMPLE OpenSSL STREAM_CRYPTO_PROTO_SSLv3 STREAM_CRYPTO_PR ...
https://man.plustar.jp/php/migration73.constants.html - [similar]
はじめに 5464
« CommonMark インストール/設定 » PHP Manual CommonMark はじめに はじめに This extension provides ... tion. Parsing: The CommonMark extension provides a simple parsing API: CommonMark\Parse ( string $content , ... \Node Rendering: The CommonMark extension provides simple rendering API that supports multiple formats: Comm ...
https://man.plustar.jp/php/intro.cmark.html - [similar]
配列構造体に XML データを処理する 5440
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... 出力します。 例1 xml_parse_into_struct() の例 <?php $simple = "<para><note>simple note</note></para>" ; $p = x ... ml_parser_create (); xml_parse_into_struct ( $p , $simple , $vals , $index ); xml_parser_free ( $p ); echo " ... => NOTE [type] => complete [level] => 2 [value] => simple note ) [2] => Array ( [tag] => PARA [type] => clos ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
GD イメージをブラウザまたはファイルに出力する 5416
« imagegd2 imagegetclip » PHP Manual GD および Image 関数 GD イメージをブラウザまたはファイルに出 ... 33 , 14 , 91 ); imagestring ( $im , 1 , 5 , 5 , "A Simple Text String" , $text_color ); // 画像を出力します ... 33 , 14 , 91 ); imagestring ( $im , 1 , 5 , 5 , "A Simple Text String" , $text_color ); // GD 画像を保存しま ... .org/GdFileFormats を参照ください imagegd ( $im , 'simple.gd' ); // メモリを開放します imagedestroy ( $im ); ...
https://man.plustar.jp/php/function.imagegd.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 5416
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... 33 , 14 , 91 ); imagestring ( $im , 1 , 5 , 5 , "A Simple Text String" , $text_color ); // 画像を出力します ... 33 , 14 , 91 ); imagestring ( $im , 1 , 5 , 5 , "A Simple Text String" , $text_color ); // GD2 画像を保存しま ... org/GdFileFormats を参照ください imagegd2 ( $im , 'simple.gd2' ); // メモリを開放します imagedestroy ( $im ) ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]
Enables caching for result grouping 5381
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result ... ime with Boolean, wildcard, and fuzzy queries. For simple queries like term or "match all" queries, group ca ... in result list in the response, using group.format=simple SolrQuery::setGroupNGroups() - If true, Solr inclu ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]
5357
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... base -> dispatch (); ?> 例3 Echo server <?php /* * Simple echo server based on libevent's connection listene ... -> add (); $base -> loop (); /* Base }}} */ ?> 例8 Simple HTTP server <?php /* * Simple HTTP server. * * To ... ext/html; charset=ISO-8859-1 Connection: close 例9 Simple HTTPS server <?php /* * Simple HTTPS server. * * 1 ... listener based on a UNIX domain socket <?php /* * Simple echo server based on libevent's connection listene ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT