Ir para conteúdo

Arquivado

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

hinom

Challenge for ZEND PHP5 Certification - 024

Exercise 23  

3 votos

  1. 1. Which of the following type cast is not correct?

    • A. real
      0
    • B. double
      1
    • C. decimal
      2
    • D. bool
      0


Recommended Posts

Exercise 24

 

Which of the following type cast is not correct?

 

<php
$fig = 23;
$varb1 = (real)$fig;
$varb2 = (double)$fig;
$varb3 = (decimal)$fig;
$varb4 = (bool)$fig;
?>

A. real

B. double

C. decimal

D. bool

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.