This website requires JavaScript.
Explore
Help
Sign In
tuzikuz
/
php
Watch
1
Star
0
Fork
You've already forked php
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
php
/
lang
/
console.md
6 lines
74 B
Markdown
Raw
Permalink
Blame
History
# Console
```php
echo
"Print in browser"
;
sprintf
(
"%s
\n
"
,
"string"
);
```
Reference in New Issue
View Git Blame
Copy Permalink