Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106908164
functions.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
Wed, Apr 2, 09:49
Size
291 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 09:49 (2 d)
Engine
blob
Format
Raw Data
Handle
25302892
Attached To
rPHU libphutil
functions.php
View Options
<?php
/**
* Convenience function for instantiating a new @{class:FutureIterator}.
*
* @param list List of @{class:Future}s.
* @return FutureIterator New @{class:FutureIterator} over those futures.
*/
function
Futures
(
$futures
)
{
return
new
FutureIterator
(
$futures
);
}
Event Timeline
Log In to Comment