Created
April 14, 2019 15:33
-
-
Save szyku/0597d7d91beb77ab4aec506702654dac 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