MCPcopy Create free account
hub / github.com/bufferhead-code/nextjs-use-php / phpHelloWorld

Function phpHelloWorld

src/app/actions.js:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1'use server'
2
3export async function phpHelloWorld() {
4 'use php'
5 print "Hello from PHP";
6}

Callers 1

onClickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected