mirror of
https://github.com/YGGverse/net-php.git
synced 2026-03-31 17:15:35 +00:00
add custom provider support
This commit is contained in:
parent
16f90cb23b
commit
a57028f609
2 changed files with 35 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ var_dump(
|
|||
|
||||
```
|
||||
var_dump(
|
||||
\Yggverse\Net\Dig::records('yo.index', ['A', 'AAAA'])
|
||||
\Yggverse\Net\Dig::records('yo.index', ['A', 'AAAA'], &$result = [], &$error = [], $provider = null)
|
||||
);
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue