-
-
Save tsh-code/6c98116dd0ebfd00a7f8e3ce8ea47e0f to your computer and use it in GitHub Desktop.
naive1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class XYZ { | |
// ... | |
public function openForRead($id) | |
{ | |
return @fopen($id, 'r'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment