C
C
cosonicsq2021-06-05 18:53:49
PHP
cosonicsq, 2021-06-05 18:53:49

Where can I see a list of the 50-100 most used built-in functions/methods in the php language?

I wanted to create a cheat sheet for myself on the built-in functions / methods of php, where in the left column of the table there will be the name of the function, for example isset () and in the right column a description of what the function does. On the site php.net found "List of functions and methods". But the list that is offered on this site includes several hundred or even a thousand functions and methods.
Obviously, many of them are practically not used or are used very rarely.

Could you please point me to a site where there is a list of the most used built-in functions / methods that are used by developers almost every day / every week?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2021-06-05
@cosonicsq

what about the meaning?
the functions used depend solely on the tasks, and they are different for different people.
I use array_splice everyday and some people don't even know about it. did it help you?

P
Pavel Belyaev, 2021-06-06
@PavelBelyaev

It’s better to google for example “array sort php” and look at the list of functions, then go into each one and look at what is input and what is output and what has changed in the latest version, with experience you can know everything by heart, and for example, the free VSCode editor has hints, you just need to install PHP Intellisence

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question