Recommend this page to a friend! |
![]() |
Info | Documentation | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 90 | All time: 9,960 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"
}
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
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. |
![]() |
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.