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

iphone - Using nested NSDictionary with Picker -

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

php - accessing mysql using different server to which db connection data is located -