functions.php
Table of Contents
Functions
- fetch() : mixed
- Shortcut method for making network requests.
Functions
fetch()
Shortcut method for making network requests.
fetch([array<string|int, mixed>|string $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed>|string = null
-
The url or request to hit.