phpist

Untitled

Oct 20th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. Как сделать чтоб этот код заработал?
  3.  
  4. $p = strrpos($inFile, '.');
  5. if ($p) $outFile = substr($inFile, 0, $p);
  6.  
  7. else $outFile = $inFile;
  8. $outFile .= ".out";
Advertisement
Add Comment
Please, Sign In to add comment