首页/Home PHP Basics PHP ZCE 认证样题

PHP ZCE 认证样题

PrintE-mail
Thursday, 24 January 2008 17:45  

Question 1

How can precisely one byte be read from a file, pointed by $fp?

A)   fseek($fp, 1)
B)   fgets($fp, 1)
C)   fgetss($fp, 1)
D)   fgetc($fp)
E)   All of the above

Question 2

What object method specifies post-deserialization behavior for an object?

 

A)   __sleep()
B)   __wakeup()
C)   __set_state()
D)   __get()
E)   __autoload()

Question 3

Where does the session extension store the session data by default?

 

A)   SQLite Database
B)   MySQL Database
C)   Shared Memory
D)   File System
E)   Session Server

引用自:Zend.com

有兴趣的可以进行一下模拟测验.

 

回复

留个脚印儿吧.


回复