• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » php
Trace: • 13 Zabbixでsnmptrapを受信(Zabbix2系)

php

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@11_php:05_class
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 01 Mail class
  • 02 DB接続(Singleton)

Fulltext results:

02 DB接続(Singleton)
8 Hits, Last modified: 10 years ago
続(Singleton) ====== ===== DB接続Class ===== <code php> <?php class Database { public static $conf = array( 'host' => '[host]', 'db' => '... ,$sql); } } </code> ===== 呼び出し側 ===== <code php> <?php require_once('lib/Database.php'); Database::$conf['host']='[host_name]'; $dbh = Database::getDb
01 Mail class
3 Hits, Last modified: 8 years ago
37d4427429]] ===== Mail Class ===== <code|Mail.php> <?php // 言語設定 mb_language("Japanese"); // 内部エンコーディング mb_internal_encoding("UTF-8") ; Class Mail { ... if ($result['status']) { echo "Send NG.\n"; } else { echo "Send OK.\n"; } </code> {{tag>php}}

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