We recommend LibHunt PHP for discovery and comparisons of trending PHP projects.
I tried looking at the upgrade from 7.4 to 8.0 docs on php.net but I don't see anything regarding any changes to this function. Any ideas? Source: 17 days ago
Does anyone else have trouble getting into php.net without some human verification page popping up first? Source: 18 days ago
I've gone to php.net probably thousands of times over 15 years and have never seen this. If I saw it, like this user did, I'd be curious. Source: 19 days ago
I would but cannot access php.net because of blue hardware. Source: 19 days ago
. php.net is the official documentation. Source: 28 days ago
I second phptherightway.com for basics. php.net is the official documentation. Do not get examples from w3schools as so much of the code there is ancient junk. The standard "first project" is to build yourself a simple database-connected api (or blog/notes web-app if you know html/js). Source: 28 days ago
If it was a "Help Your Self" site, it would be structured the way the Wordpress developer docs are setup, or php.net. With the full library of classes, function, etc... Ith example code for users. Comments are used on those sites to discuss alternative ways to use the code, class, etc... Opinions and philosophies are removed from comments on those sites. Source: about 2 months ago
According to php.net, PHP stands for "PHP: Hypertext Preprocessor" (no dash in there, which would make it look like PHPP). Source: 3 months ago
Here I've flattened the array, as the docs in php.net says the `array_map` method keeps the keys while create another array in this case the result would be:. Source: 3 months ago
There are lots of decent video tutorial sites (laracasts has a bunch of basic PHP courses), but unfortunately there are even more totally garbage tutorials for PHP. Take a look at phptherightway.com for a lot of good basics. The php.net documentation is great IMO. Source: 3 months ago
I will try this -- never thought that my copying/pasting the examples (straight from php.net) would be the problem -- in fact, I trusted them more than my own typing. Thanks, and hope it works. Source: 6 months ago
The exercise is about hashing a string with a salt using the crupt() and a random salt. I achieved to get a random salt by using the rand() function: I'm generating a random number between 10000000 and 999999999 (the smallest and highest number of 9 digit, because an MD5 salt is 12 digit long starting with "$1$" meaning there is 9 digit left to randomize). So basically the first part of the exercise is about... Source: 8 months ago
If you are familiar with object oriented design, and familiar with oop from another language, like java or c++, then I'd just read the stuff at php.net, and go from there. Source: 9 months ago
Keep the docs handy. You'll still need them after 10 years. Source: 9 months ago
Internally, each time a new voice note is recorded, the application transmits the audio to the Rev AI Asynchronous Speech-to-Text API for transcription and saves the resulting text transcript to a MongoDB database. The application is implemented using PHP, with the Guzzle PHP client handling application-API communication on the server and Bootstrap and RecordRTC taking care of the client-side user interface and... - Source: dev.to / 9 months ago
I can't download the 8.1.6 version on php.net only the 8.1.9. Source: 10 months ago
To help developers integrate these APIs into their applications, Rev AI also offers SDKs for Node, Java and Python. However, because most of these APIs are REST APIs, it's also easy to use them with other languages...including one of my most frequently-used ones, PHP. - Source: dev.to / about 1 year ago
Rolling our own SSO for the various and arguably lesser known php.net sites strikes to me as a mistake to be completely honest. What we ideally should be doing is gradually phrasing out our legacy systems, which we are slowly working on. git.php.net is no more, and no new bugs are being submitted to bugs.php.net, all of which increase our dependency on Github, but we have a lot more eyeballs looking at that,... Source: about 1 year ago
The manual on php.net for str_getcsv() has a comment from someone saying you can do it this way... Source: about 1 year ago
Python and PHP are two of the most popular programming languages in the world. But which one is better? - Source: dev.to / about 1 year ago
You should definitely use the official documentation (and its search bar if you're looking for a specific function): https://php.net. Source: about 1 year ago
Do you know an article comparing PHP to other products?
Suggest a link to a post with product alternatives.
This is an informative page about PHP. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.