This website requires JavaScript.
Explore
Help
Sign In
idanoo
/
php-resque
Watch
1
Star
0
Fork
0
You've already forked php-resque
mirror of
https://github.com/idanoo/php-resque.git
synced
2024-11-22 08:15:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
05cae402b5
php-resque
/
examples
/
LongPHPJob.php
12 lines
117 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2010-04-18 13:58:43 +00:00
<
?
php
Global reformat
2018-05-25 09:03:48 +00:00
2.0.0 Add namespacing + PHP8.0 support (#1) 2.0.0 (2021-02-19) Moved to PSR-4 Namespaced codebase Added more comments throughout Co-Authored-By: idanoo <daniel@m2.nz> Co-Committed-By: idanoo <daniel@m2.nz>
2021-02-18 23:23:32 +00:00
namespace
Resque\Example
;
class
LongPHPJob
Initial commit
2010-04-18 13:58:43 +00:00
{
Global reformat
2018-05-25 09:03:48 +00:00
public
function
perform
()
{
sleep
(
600
);
}
2.0.0 Add namespacing + PHP8.0 support (#1) 2.0.0 (2021-02-19) Moved to PSR-4 Namespaced codebase Added more comments throughout Co-Authored-By: idanoo <daniel@m2.nz> Co-Committed-By: idanoo <daniel@m2.nz>
2021-02-18 23:23:32 +00:00
}
Reference in New Issue
Copy Permalink