module Knj::Php_parser::Functions
Public Class Methods
my_function(phpvar_arg)
click to toggle source
# File lib/knj/php_parser/tests/test.rb, line 6 def self.my_function(phpvar_arg) Php4r.print("Hejsa.\n") Php4r.print(phpvar_arg + "\n") end