Jump to content

запуск php скрипта из консоли с ips

Featured Replies

Posted
comment_172337

Fatal error: Uncaught Error: Call to undefined function IPS\mb_internal_encoding() in /var/www/init.php:550

4.6.6
Просто включение init.php и запуск через терминал, знает кто как фикс?

php7.4 -n /var/www/script.php

без -n

-n               No php.ini file will be used

пустой ответ

собственно пришел к выводу что просто php в cli не показывает output(  с этим нужна помощ

Edited by zxcoikio

  • Author
comment_172338
$out = fopen('php://output', 'w'); //output handler
fputs($out, "your output string.\n"); //writing output operation
fclose($out); //closing handler

nawel reshenie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.