全文検索:
- 03 自動で定義済みの定数
- ====== 03 自動で定義済みの定数 ====== 自動的に定義される定数(マジカル定数)が 8 つあります。 ^ 名前 ^ 説明 ^ | <nowiki>__LINE__</nowik... s_01(); $class->test_mess_02(); $class->test_mess_03(); class TestClass { function test_mess_01()... __ -> ".__METHOD__."\n"; } function test_mess_03() { echo "__NAMESPACE__ -> ".__NAMESPACE__."\n";
- 27 Laravel Voyager @11_php:02_framework:01_laravel
- c/Http/Controllers/VoyagerBaseController.php 2019-03-10 03:54:39.000000000 +0900 +++ app/Http/Controllers/Voyager/SongsController.php 2019-04-03 12:32:52.553751402 +0900 @@ -1,6 +1,6 @@ <?php
- 03 twig Debug @11_php:01_twig
- ====== 03 twig Debug ====== dumpを利用すると、print_rみたいな表示できる。 <code> <pre> {{ dump(user) }} </pre> </
- 03 Silex Monolog @11_php:02_framework
- ====== 03 Silex Monolog ====== <code> use Silex\Provider\MonologServiceProvider; $app->register(new S
- 03 strlen() @11_php:03_function
- ====== 03 strlen() ====== 文字列のバイト数を求める ===== 書式 ===== strlen("文字列、変数"); ===== 例1 ===== <code> <
- 07 rtrim() @11_php:03_function
- ====== 07 rtrim() ====== 文字列の末尾の文字を削除する[[11_php:03_function:04_chop]] のエイリアス先 ===== 書式 ===== rtrim
- 03 libssh2 ssh2_connect @11_php:04_library
- ====== 03 libssh2 ssh2_connect ====== ===== libssh2ライブラリをインストール ===== <code console> # wget http://p