• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » 12
Trace: • FreeBSD カーネル再構築 • ifconfig

12

Search

You can find the results of your search below.

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

Matching pagenames:

  • 12 PHP標準入力
  • 12 get_class()
  • 12 Laravel

Fulltext results:

17 Laravel 複数データベース接続 @11_php:02_framework:01_laravel
4 Hits, Last modified: 7 years ago
==== .env ==== <code> DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=database1 DB_USER... ecret DB_CONNECTION_SECOND=mysql DB_HOST_SECOND=127.0.0.1 DB_PORT_SECOND=3306 DB_DATABASE_SECOND=dat... river' => 'mysql', 'host' => '127.0.0.1', 'database' => 'database1', ... river' => 'mysql', 'host' => '127.0.0.1', 'database' => 'database2',
04 変数の型
3 Hits, Last modified: 11 years ago
2.3e5); // bool(true) var_dump((bool) array(12)); // bool(true) var_dump((bool) array()); // ... は+)を前に付けることが可 能です。 === 例 === <code> <?php $a = 1234; // 10進整数 $a = -123; // 負の数 $a = 0123; // 8進数 (10進数の83と等価) $a = 0x1A; // 16進数 (10進数の26と等価) ?> </code> ===== float (浮
13 laravel-admin @11_php:02_framework:01_laravel
3 Hits, Last modified: 7 years ago
://hoge.hogehoge.com DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=XXXXXXX DB_USERNA... = インストール ===== ※[[11_php:02_framework:01_laravel:12_laravel |laravel new]]の後で実行 <code> composer requi... e> $ php artisan admin:install Migrating: 2014_10_12_000000_create_users_table Illuminate\Database
14 Laravel Model @11_php:02_framework:01_laravel
3 Hits, Last modified: 4 years ago
-----------------------+-------+ | Yes | 2014_10_12_000000_create_users_table | 1 | | Yes | 2014_10_12_100000_create_password_resets_table ... ers/TestController.php -rw-r--r-- 1 matsui users 121 Jan 22 14:54 app/Http/Controllers/TestController
10 Laravel セッション @11_php:02_framework:01_laravel
2 Hits, Last modified: 6 years ago
e'), 34 'lifetime' => env('SESSION_LIFETIME', 120), 36 'expire_on_close' => false, </code> <c... ESSION_ .env SESSION_DRIVER=file SESSION_LIFETIME=120 </code> 下記のようにすると、セッショにmemcacheを利用できる。 SESSI
42 Laravel 認証機能 @11_php:02_framework:01_laravel
2 Hits, Last modified: 6 years ago
==== <code> ┗database ┗migrations ┣2014_10_12_000000_create_users_table.php ┗2014_10_12_100000_create_password_resets_table.php </code> {{tag>L
12 PHP標準入力
1 Hits, Last modified: 9 years ago
====== 12 PHP標準入力 ====== <code> <?php $line = trim( fgets(STDIN) ); switch($line){ case 'y':
14 file_get_contentsのタイムアウト
1 Hits, Last modified: 6 years ago
(array( 'http' => array( 'timeout' => 120 ) ) ); file_get_contents("http://exa
01 twigについて @11_php:01_twig
1 Hits, Last modified: 11 years ago
ode> [[http://fivestar.hatenablog.com/entry/2011/12/21/013929|twigパラメータ]] [[http://api.symfony.com/
08 Symfony2のRequestクラス @11_php:02_framework
1 Hits, Last modified: 11 years ago
==== 08 Symfony2のRequestクラス ====== 分かりやすい [[http://fivestar.hatenablog.com/entry/2011/12/21/013929]]
03 strlen() @11_php:03_function
1 Hits, Last modified: 4 years ago
12 get_class() @11_php:03_function
1 Hits, Last modified: 9 years ago
====== 12 get_class() ====== 定義済みのクラス名を表示する get_class("CLASS") {{tag>php:function}}
03 libssh2 ssh2_connect @11_php:04_library
1 Hits, Last modified: 11 years ago
de console> # wget http://pecl.php.net/get/ssh2-0.12.tgz # phpize # ./configure # make # make install
05 PEAR::DB @11_php:04_library
1 Hits, Last modified: 10 years ago
例) === <code> $db = DB::connect(pgsql://postgres:1234567@unix()/sabakan) </code> ==== データベースへクエリを送信す
12 Laravel @11_php:02_framework:01_laravel
1 Hits, Last modified: 7 years ago
====== 12 Laravel ====== ウェブ職人のためのPHPフレームワーク [[http://laravel.jp/]] ===== インストール ===== composerは[[1
27 Laravel Voyager @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 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