Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92949178
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
Mon, Nov 25, 01:59
Size
419 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 01:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22545939
Attached To
rPHU libphutil
core.php
View Options
<?php
/**
* @group library
*/
function
phutil_register_library
(
$library
,
$path
)
{
PhutilBootloader
::
getInstance
()->
registerLibrary
(
$library
,
$path
);
}
/**
* @group library
*/
function
phutil_register_library_map
(
array
$map
)
{
PhutilBootloader
::
getInstance
()->
registerLibraryMap
(
$map
);
}
/**
* @group library
*/
function
phutil_load_library
(
$path
)
{
PhutilBootloader
::
getInstance
()->
loadLibrary
(
$path
);
}
Event Timeline
Log In to Comment