Severity: Warning
Message: fopen(/home/answnniz/public_html/system/sessions/ci_sessiondaa9cec8b4bf8b3b516a7fa05e0bc3b5472154a6): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Which of the following statements best describes the scope of a variable? Group of answer choices It determines where in your program you can access the variables you’ve defined. It determines whether you can access the variables you’ve defined by reference. It determines whether operations are performed on a local or global variable when the variables have the same name.