Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

hinom

Challenge for ZEND PHP5 Certification - 009

Exercise 9  

15 votos

  1. 1. In your PHP application you need to open a file. You want the application to issue a warning and continue execution, in case the file id not found. The ideal function to be use is:

    • A. include()
      10
    • B. require()
      3
    • C. nowarn()
      0
    • D. getFile(false)
      1


Recommended Posts

Exercise 9

 

 

In your PHP application you need to open a file. You want the application to issue a warning and continue execution, in case the file id not found. The ideal function to be use is:

 

a. include()

b. require()

c. nowarn()

d. getFile(false)

Answer: A

 

Explanation

 

http://php.net/include

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.