source: types.php@ 34

Last change on this file since 34 was 4, checked in by george, 18 years ago

Práce na nové verzi. Přidány různé soubory.

  • Property svn:executable set to *
File size: 134 bytes
Line 
1<?php
2
3$Types = array(
4 'Boolean' => array(
5
6 ),
7 'String' => array(
8
9 ),
10 'Integer' => array(
11
12 ),
13);
14
15?>
Note: See TracBrowser for help on using the repository browser.