$a = array(1,2,3);
$b = Ruby::map($a,function($i){return $i*2;});
$b == array(2,4,6); // TRUE
forked from finbarr/rubyphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Gazler/rubyphp
About
Some ruby functions for those of us who still have to work with php.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%