Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
Empty class : Class Definition « Class « PHP
PHP
Class
Class Definition
Empty class
<?php
class
StringThing {} $st =
new
StringThing(); print $st; ?>
Related examples in the same category
1.
A Basic PHP 4 Class
2.
A Basic PHP 5 Class
3.
A class is a collection of variables and functions working with these variables.
4.
Aggregating an address object
5.
Bird class
6.
Basic Object Accessing
7.
Class Type Hints
8.
Implementing a Simple Class
9.
Person class
10.
PHP class declaration structure
11.
book class
12.
Pre-defined methods
13.
Using an aggregated class