Help for this page

Select Code to Download


  1. or download this
      DB<137> $val=1214395
     => 1214395
    ...
    
      DB<140> sprintf("%011s", $val);
     => "12143951645"
    
  2. or download this
      DB<161> $val="12143951645"
     => "12143951645"
    
      DB<162> sprintf("%ll$11d", $val);
     => -1