Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update network.php for better reading output in the gameserver console output #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Safin85
Copy link

@Safin85 Safin85 commented Jan 12, 2016

try to use "shell_exec" before "exec", because "shell_exec" give You formatted data back with breaklines. Exec gives only a string w./o any formatting.

This make little easier to read console output.

if You use hard code size, some files is going to be destroyed. Because the will not fully load and in case of storing, it will be stored not the full file.
try to use "shell_exec" before "exec", because "shell_exec" give You formatted data back with breaklines. Exec gives only a string w./o any formatting. 

This make little easier to read console output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant