Use Ruby in PHP programs -


i saw lot of interesting libraries in ruby don't exist php or equivalents, want know if there library interpreter or can use ruby code inside php programs call methods , pass variables.

thx

there no way know of to, say, write php wrapper ruby class.

you can, however, write standalone ruby script , call system command.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -