php-extension Questions
1
Solved
I'm writing a PHP extension that takes a reference to a value and alters it. Example PHP:
$someVal = "input value";
TestPassRef($someVal);
// value now changed
What's the right approach?
Havre asked 24/3, 2009 at 15:47
© 2022 - 2024 — McMap. All rights reserved.