Home / CSE MCQs / CodeIgniter 2 :: Discussion

Discussion :: CodeIgniter 2

  1. You can display the amount of memory used by the system by calling:
  2. A.
    this->benchmark->memory_use()
    B.
    this->memory_use()
    C.
    this->benchmark->memory_usage()
    D.
    this->memory_usage()

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment