Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93371150
PhutilExecutionEnvironment.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
Thu, Nov 28, 06:50
Size
258 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 06:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22623390
Attached To
rPHU libphutil
PhutilExecutionEnvironment.php
View Options
<?php
/**
* Get information about the current execution environment.
*/
final
class
PhutilExecutionEnvironment
{
public
static
function
getOSXVersion
()
{
if
(
php_uname
(
's'
)
!=
'Darwin'
)
{
return
null
;
}
return
php_uname
(
'r'
);
}
}
Event Timeline
Log In to Comment