upd: notice.api:3.0 (updated links @6 (to test))

This commit is contained in:
xdrm-brackets 2017-12-13 00:06:28 +01:00
parent 91c22cbceb
commit 9419ffbd7d
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ public function GET($parameters){
The default types below are available in the default package. The default types below are available in the default package.
To add a new type, just open the file `/build/api/Checker.php` and add an entry in the `switch` statement. To add a new type, just open the file `/build/api/Checker.php` and add an entry in the `switch` statement.
### Default types ## **1** - Default types
|Type|Example|Description| |Type|Example|Description|
|---|---|---| |---|---|---|
|`mixed`|`[9,"a"]`, `"a"`|Any content (can be simple or complex)| |`mixed`|`[9,"a"]`, `"a"`|Any content (can be simple or complex)|
@ -399,7 +399,7 @@ To add a new type, just open the file `/build/api/Checker.php` and add an entry
|`varchar(a,b)`|`"Hello!"`|String with a length between `a` and `b` (included)| |`varchar(a,b)`|`"Hello!"`|String with a length between `a` and `b` (included)|
|`varchar(a,b,c)`|`"abc"`|String with a length between `a` and `b` (included) and matching the `c` type| |`varchar(a,b,c)`|`"abc"`|String with a length between `a` and `b` (included) and matching the `c` type|
### Complex type : chainable array ## **2** - Complex types
|Type|Sub-Type|Description| |Type|Sub-Type|Description|
|---|---|---| |---|---|---|