Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 90 | All time: 9,950 This week: 488 |
Version | License | PHP version | Categories | |||
urp 1.0.0 | Custom (specified... | 5 | HTML, PHP 5, Debug |
use \radsectors\urp as urp;
urp::hello("Hello world.");
urp::number(7);
urp::try_this(4.893);
urp::label(true);
urp::items(['one' => 1, 'two' => 2, 'three' => 'green']);
urp::whatever(new \DateTime());
Sample Output:
hello: string(12) "Hello world."
number: int(7)
try_this: float(4.893)
label: bool(true)
items: array(3) {
["one"] => int(1)
["two"] => int(2)
["three"] => string(5) "green"
}
whatever: object(DateTime)#3 (3) {
["date"] => string(26) "2016-09-23 19:22:16.000000"
["timezone_type"] => int(3)
["timezone"] => string(15) "America/Chicago"
}
Files (7) |
File | Role | Description | ||
---|---|---|---|---|
.vscode (1 file) | ||||
src (2 files) | ||||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.