Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24683327
core.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
574 B
Referenced Files
None
Subscribers
None
core.php
View Options
<?php
namespace
Keruald
;
/**
* Keruald, core libraries for Pluton and Xen engines.
*
* Global functions
*/
/**
* Prints human-readable information about a variable, wrapped in a <pre> block
*
* @param mixed $variable the variable to dump
*/
function
dprint_r
(
$variable
)
{
echo
'<pre>'
;
print_r
(
$variable
);
echo
'</pre>'
;
}
/**
* Prints human-readable information about a variable, wrapped in a <pre> block
* then dies
*
* @param mixed $variable the variable to dump
*/
function
dieprint_r
(
$variable
)
{
dprint_r
(
$variable
);
die
;
};
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Mar 7, 02:46 (22 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3469534
Default Alt Text
core.php (574 B)
Attached To
Mode
rKGF Keruald global functions
Attached
Detach File
Event Timeline
Log In to Comment