亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

What does the Laravel api manual do?
世界只因有你
世界只因有你 2017-05-16 16:54:08
0
3
809

What does the Laravel api manual do? When is it generally used in development?

Laravel API

世界只因有你
世界只因有你

reply all(3)
左手右手慢動(dòng)作

To give a simple example, when you use a class you have never touched or want to learn more about a class, you can go to the API documentation to find the corresponding class, and you can clearly see the attributes of this class. methods and documentation.

曾經(jīng)蠟筆沒有小新

You can find out if you write more projects. Let’s give a simple example

Do you know how to judge: whether the request is a post, an ajax request or getting the user's IP?

https://laravel.com/api/5.2/Illuminate/Http/Request.html

僅有的幸福

The document will get you started, but it cannot explain all the system function methods clearly. At this time, you need to consult the API manual to see what system methods can be used. Of course, it is also possible to check the source code, but if Just want to quickly check the available methods, or the API manual is faster

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template