Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
22289821
Topic
2210546
Board
Project Development
Re: Need help about PHP and API
by
paraboul
on
27/09/2017, 17:59:04 UTC
Quote
I do not understand your "add a @ in front of the call"
In PHP, adding a @ in front of a call disables any error related to this call. But you should globally disable error reporting in your php.ini.
Just read the doc