10 代碼範例_PHP

來源:互聯網
上載者:User
關鍵字 範例 代碼 注釋 這裡 文檔 變數 int
/*
 * @(#)Cngift.php 1.82 03/06/25
 *
 * 開花石頭編寫的範例文件
 * 將對編碼規範做簡單的示範
 *
 */


require( “db.php” );

/**
 * 示範用類
 *
 * @version 1.82 03.06.25
 * @author 開花石頭
 */
class Blah extends SomeClass {
  /* 這個類運行時的注釋寫在這裡 */

  /** 關於變數的注釋寫在這裡 */
  static int $classVar1;

  /**
   * 對變數編寫的多行注釋寫在這裡
   */
  static string classVar2;

  /** 變數的文檔注釋 */
  int instanceVar1;

  /** 變數的文檔注釋 */
  int[] instanceVar3;

  /**
   * 建構函式的注釋
   */
  function Blah() {
    // ...在這裡執行...
  }

  /**
   * ...函數的文檔注釋...
   */
  function doSomething() {
    // ...在這裡執行...
  }

  /**
   * ...方法的注釋文檔..
   * 多行注釋
   */
  public void doSomethingElse(Object someParam) {
    // ...在這裡執行...
  }
}

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.