Advertisement
DrupalCustom

webdel

Dec 12th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. function webServiceCaller(){
  3. print_r("InsideWeb");
  4. $arr = {1:One,2:Two,3:Three};
  5. return $arr;
  6. }
  7.  
  8. ?>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement