Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alto
/
rkn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 750da052
authored
2021-06-08 13:17:45 +0300
by
san58
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
добавил второй парраметр для loadStr
1 parent
8d0bd165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
commands/WhoisController.php
commands/WhoisController.php
View file @
750da05
...
...
@@ -70,7 +70,7 @@ class WhoisController extends Controller
$result
=
Collection
::
getRawData
(
Yii
::
$app
->
params
[
'registrators_urls'
][
0
],
$domainsArr
);
if
(
!
$result
[
'errorno'
])
{
//без ошибок
$dom
=
new
Dom
;
$dom
->
loadStr
(
$result
[
'data'
]);
$dom
->
loadStr
(
$result
[
'data'
]
,
[]
);
$trArr
=
$dom
->
find
(
'.tablesorter tbody tr'
);
if
(
!
count
(
$trArr
))
{
foreach
(
$domainsArr
as
$d
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment