Warning: Undefined array key "stylesheets" in /customers/8/7/8/dwpdesign.se/httpd.www/dokuwiki/inc/StyleUtils.php on line 102

Table of Contents

Php

Object oriented php Larval tutorial

Variables

A variable can have one of four different scopes:

  1. Local
  2. Function parameter
  3. Global
  4. Static

Datatypes

Interger

Double

Boolean

Null

String

Array

Object

Resource