Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99030355
core.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 14:39
Size
341 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 14:39 (2 d)
Engine
blob
Format
Raw Data
Handle
23671748
Attached To
rPHU libphutil
core.php
View Options
<?php
function
phutil_register_library
(
$library
,
$path
)
{
PhutilBootloader
::
getInstance
()->
registerLibrary
(
$library
,
$path
);
}
function
phutil_register_library_map
(
array
$map
)
{
PhutilBootloader
::
getInstance
()->
registerLibraryMap
(
$map
);
}
function
phutil_load_library
(
$path
)
{
PhutilBootloader
::
getInstance
()->
loadLibrary
(
$path
);
}
Event Timeline
Log In to Comment