• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » tag
Trace: • 2025.03.02 Postfix Logging Headers to Log • mod_suphp • 2025.03.14 Building Zed Editor on Windows • 2025.03.20 Zed Keymap

tag

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@11_php
  • Any namespace
  • 11_php:02_framework (41)
  • 11_php:03_function (11)
  • 11_php:04_library (4)
  • 11_php:01_twig (2)
  • 11_php:05_class (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

01 PHP制御文
1 Hits, Last modified: 10 years ago
break; case 2: echo "iは2に等しい"; break; default: echo "iは0,1,2に等しくない"; } </code> {{tag>php}}
03 自動で定義済みの定数
1 Hits, Last modified: 4 years ago
s __METHOD__ -> My\Space\TestClass::test_mess_02 __NAMESPACE__ -> My\Space </code> {{tag> php:syntax}}
07 エラー表示
1 Hits, Last modified: 10 years ago
.ini ===== <code | File:/etc/php.ini> display_errors = Off ↓ display_errors = On </code> {{tag>php}}
08 PHP MySQLへ接続できない
1 Hits, Last modified: 6 years ago
set password for username@localhost = password('password'); flush privileges; {{tag>mysql php}}
12 PHP標準入力
1 Hits, Last modified: 9 years ago
case 'n': case 'N': case 'no': echo 'no'; break; } ?> </code> {{tag>php}}
13 composer
1 Hits, Last modified: 6 years ago
poser.lockに書きだされているバージョンをダウンロードする。 チーム間で同じバージョンをダウンロードするためなので、composer.lockも一緒にコミットをすること。 {{tag>php}}
14 file_get_contentsのタイムアウト
1 Hits, Last modified: 5 years ago
meout' => 120 ) ) ); file_get_contents("http://example.com/", 0, $ctx); </code> {{tag>php}}
15 file_get_contents SSL エラー
1 Hits, Last modified: 5 years ago
alse; $response = file_get_contents($url, false, stream_context_create($options)); </code> {{tag>php}}
mysql_fetch_arrayの添字
1 Hits, Last modified: 6 years ago
] => 192.168.1.1 [1] => test1) Array ( [0] => 2 [1] => 192.168.1.2 [1] => test2) </code> {{tag>mysql}}
22 mysql_error
1 Hits, Last modified: 6 years ago
} /* エラー出力例 1049: Unknown database 'db_sample' 1046: No Database Selected */ ?> </code> {{tag>mysql}}
02 twig自動エスケープ(autoescape) @11_php:01_twig
1 Hits, Last modified: 6 years ago
でエスケープ raw でそのまま表示 を指定もできる。 <code> {% html = "&uarr;" %} {{html|e}} {{html|raw}} </code> {{tag>twig}}
04 twig 変数 @11_php:01_twig
1 Hits, Last modified: 6 years ago
"BBB" %} {{ val1.val2 }} ===== 文字列の中に変数を使う ===== {% set val2 = "てすと#{val1}" %} {{tag>twig}}
00 フレームワーク概要 @11_php:02_framework
1 Hits, Last modified: 9 years ago
ムワーク | |CakePHP|http://www.cakephp.org/|symfony同様Ruby on Rail系のフレームワークで軽快な動作が特徴。PHP4にも対応 | {{tag>php}}
03 Silex Monolog @11_php:02_framework
1 Hits, Last modified: 6 years ago
5] AAAA.WARNING: warning log [] [] [2019-02-07 11:47:15] AAAA.ERROR: error log [] [] {{tag>monolog}}
09 Monolog @11_php:02_framework
1 Hits, Last modified: 6 years ago
力される ==== $ ls -la -rw-r--r-- 1 apache apache 476 Feb 7 16:38 app-2019-02-07.log {{tag>monolog}}
10 Zend Framework @11_php:02_framework
1 Hits, Last modified: 9 years ago
01 URLエンコード(urlencode, rawurlencode) @11_php:03_function
1 Hits, Last modified: 11 years ago
02 print() @11_php:03_function
1 Hits, Last modified: 11 years ago
03 strlen() @11_php:03_function
1 Hits, Last modified: 4 years ago
04 chop() @11_php:03_function
1 Hits, Last modified: 11 years ago
05 substr() @11_php:03_function
1 Hits, Last modified: 4 years ago
06 echo() @11_php:03_function
1 Hits, Last modified: 11 years ago
08 trim() @11_php:03_function
1 Hits, Last modified: 9 years ago
09 curl @11_php:03_function
1 Hits, Last modified: 5 years ago
10 portチェック関数 @11_php:03_function
1 Hits, Last modified: 10 years ago
11 get_class_methods() @11_php:03_function
1 Hits, Last modified: 9 years ago
12 get_class() @11_php:03_function
1 Hits, Last modified: 9 years ago
02 expect @11_php:04_library
1 Hits, Last modified: 10 years ago
05 PEAR::DB @11_php:04_library
1 Hits, Last modified: 9 years ago
06 PEAR DBがインストールできない @11_php:04_library
1 Hits, Last modified: 9 years ago
07 PEAR Path 確認 @11_php:04_library
1 Hits, Last modified: 6 years ago
01 Mail class @11_php:05_class
1 Hits, Last modified: 7 years ago
10 Laravel セッション @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
11 Laravel Memo @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
12 Laravel @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
13 laravel-admin @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
14 Laravel Model @11_php:02_framework:01_laravel
1 Hits, Last modified: 4 years ago
15 laravel Eloquent @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
16 Laravel コマンドラインアプリケーション @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
17 Laravel 複数データベース接続 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
18 Laravel Query Builder @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
20 Laravel timezone @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
21 Laravel Controller作成からViewまで @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
22 Laravel-admin viewカスタマイズ @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
23 Blade コメントアウト @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
24 Laravel-admin GRUD追加 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
25 Laravel Model毎にDBを選択 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
26 Laravel FormBuilder @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
27 Laravel Voyager @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
28 Laravel Voyager フロントページ用意 @11_php:02_framework:01_laravel
1 Hits, Last modified: 4 years ago
29 Laravel Custom Validation @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
30 Laravel Mail @11_php:02_framework:01_laravel
1 Hits, Last modified: 3 years ago
31 Bootstrap Version確認 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
32 Laravel POSTが失敗 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
33 Laravel Cacheクリア @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
34 Laravel テーブル更新エラーfillable @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
35 Laravel Curlの代わりにGuzzleを使う @11_php:02_framework:01_laravel
1 Hits, Last modified: 4 years ago
36 LaravelからArtisanコマンドを実行 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
37 Laravel Config ge @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
38 Laravel Eloquent 戻り値 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
39 Laravel config内でのパス @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
40 Laravel SSH/SCP @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
41 Laravel mcrypt depricated error @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago
42 Laravel 認証機能 @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
43 Laravel APIトークン名(api_token)を変更 @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
44 Laravel Voyager generic追加 @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
45 Laravel APIトークンが変わってしまう @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
46 Laravel log @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
47 Laravelコマンドからコマンドヘルプを呼び出す @11_php:02_framework:01_laravel
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki