Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F975885
init-script-with-signals.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
217 B
Referenced Files
None
Subscribers
None
init-script-with-signals.php
View Options
<?php
// Initialize a script that will handle signals.
if
(
function_exists
(
'pcntl_async_signals'
))
{
pcntl_async_signals
(
true
);
}
else
{
declare
(
ticks
=
1
);
}
require_once
dirname
(
__FILE__
).
'/init-script.php'
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 9:16 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
232274
Default Alt Text
init-script-with-signals.php (217 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment