Ir para conteúdo

Arquivado

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

hinom

Challenge for ZEND PHP5 Certification - 039

Exercise 39  

4 votos

  1. 1. Which of the following is the correct way of specitying default value?

    • A. function GetDiscount($Type = "Special"){ ... }
      3
    • B. function GetDiscount(Type := "Special"){ ... }
      0
    • C. function GetDiscount($Type := "Special"){ ... }
      0
    • D. function GetDiscount($Type : "Special"){ ... }
      0


Recommended Posts

Exercise 39

 

Which of the following is the correct way of specitying default value?

 

A. function GetDiscount($Type = "Special"){ ... }

B. function GetDiscount(Type := "Special"){ ... }

C. function GetDiscount($Type := "Special"){ ... }

D. function GetDiscount($Type : "Special"){ ... }

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.