Sha256: db9a221bebccae079be0881e3225c1b9f39a6dcb74cf2e6cbbc9384f900b2f12
Contents?: true
Size: 280 Bytes
Versions: 23
Compression:
Stored size: 280 Bytes
Contents
require "knj/autoload" require "php4r" require "#{$knjpath}php_parser/php_parser" module Knj::Php_parser::Functions def self.my_function(phpvar_arg) Php4r.print("Hejsa.\n") Php4r.print(phpvar_arg + "\n") end end Knj::Php_parser::Functions.my_function("Helloworld.")
Version data entries
23 entries across 23 versions & 1 rubygems