Help for this page

Select Code to Download


  1. or download this
    for($response_xml){
        s/^s*//;
        s/\s*$//;
    }
    
  2. or download this
        s/^\s*//;
    
  3. or download this
        s/^\s+//;
        s/\s+$//;