Module: Knj::Php_parser::Functions

Defined in:
lib/knj/php_parser/php_parser.rb,
lib/knj/php_parser/tests/test.rb

Class Method Summary collapse

Class Method Details

.my_function(phpvar_arg) ⇒ Object



6
7
8
9
# 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