Tag Archives: Varible

The use of varible in PHP

Posted on 14. Feb, 2009 by Yao Yuan.

0

就像大部份的结构化程序,有所谓的全局变量与局部变量,php 在这方面也是有相同的处理方式。 [...]

Continue Reading

Variable type of php

Posted on 14. Feb, 2009 by Yao Yuan.

0

php 的变量类型不多,有以下五种:

  • string
  • integer
  • double
  • array
  • object

[...]

Continue Reading