NakajiJapan

餓鬼の超弩級日記


Code Test


$test = "aaaa";
foreach ($arData as $key => $value) {
echo $value + 2;
echo $key;
}

codetest

    class Example
      def example(arg1)
        return “Hello: ” + arg1.to_s
      end
    end
$test = "aaaa";
foreach ($arData as $key => $value) {
    echo $value + 2;
    echo $key;
}
 alert("Hello world"); 
2 Comments »