Help for this page

Select Code to Download


  1. or download this
    @foo ==> bar ==> ni($x);
    ni($x, '*@' => bar('*@' => @foo));
    ni($x, bar(@foo));
    
  2. or download this
    ni($x) <== bar <== @foo;
    ni($x, '*@' => bar('*@' => @foo));
    ni($x, bar(@foo));