Docs.rs
phper-0.16.1
phper 0.16.1
Docs.rs crate page
MulanPSL-2.0
Links
Repository
crates.io
Source
Owners
jmjoy
Dependencies
cfg-if ^1.0.0
normal
derive_more ^2.0.1
normal
indexmap ^2.7.1
normal
phper-alloc ^0.15.2
normal
phper-macros ^0.15.1
normal
phper-sys ^0.15.2
normal
sealed ^0.6.0
normal
thiserror ^2.0.11
normal
phper-build ^0.15.2
build
phper-sys ^0.15.2
build
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
phper
0.16.1
echo
Sections
Examples
In crate phper
phper
Macro
echo
Copy item path
Source
macro_rules! echo { ($($arg:tt)*) => { ... }; }
Expand description
PHP echo.
ยง
Examples
phper::echo!("Hello, {}!", message)