Server time (UTC): 2026-01-17 21:29:05

Searching the web for "PHP" - Your search took 0.31 seconds.

Favicon
https://vkcom.github.io/kphp/kphp-language/php-extensions/php-snippets.html
As of the first public release, there is no package manager — instead, we created a repository with various libraries and fragments of PHP code, that are compatible with KPHP
Favicon
https://vkcom.github.io/kphp/kphp-language/php-extensions/ffi.html
FFI is also a preferred way to extend PHP. It's less likely to break as PHP versions go up. It's also going to become faster for PHP when JIT will recognize these calls. As for KPHP, our FFI implement
Favicon
https://vkcom.github.io/kphp/kphp-language/kphp-vs-php/reachability-compilation.html
Due to reachability, you can organize your PHP project in a way, that part of it would be compiled, and part of it would still work on plain PHP.For example, file uploading can remain PHP-based, where
Favicon
https://vkcom.github.io/kphp/kphp-server/deploy-and-maintain/map-cpp-trace-to-php.html
Mapping C++ trace to PHP code You get C++ trace when: debug_backtrace() is called from any place of your code (its return value differs from PHP) a
Favicon
https://www.sqlservertutorial.net/php-sql-server/php-connect-to-sql-server/
4) Open the index.php on the web browser. If you see the following output, meaning that you have successfully connected PHP to SQL Server
Favicon
https://github.com/arnaud-lb/php-memory-profiler/pulse
Memory profiler for PHP. Helps finding memory leaks in PHP scripts. - Pulse · arnaud-lb/php-memory-profiler
Favicon
https://inside.bplaced.net/php-8-4-verfugbar-einstellung-von-php-5-6/
Ab sofort steht PHP 8.4 für alle Webmaster zur Verfügung – die neue Version wird nun für neue Konten bzw. Kunden automatisch ausgewählt und kann für bestehende Webseiten unter https://my.bp
Favicon
https://github.com/digitalriver/digital-river-php
PHP SDK for integrating the Digital River API into your commerce app. - DigitalRiver/digital-river-php
Favicon
https://www.devsocial.net/php/learn-php-courses
Make PHP script takes decisions with If, Else, Elseif conditional statements. Compare two values with Comparative and Logical operators. The ternary operator
Favicon
https://www.coderstool.com/convert-json-to-php-array
Convert JSON to PHP array in seconds with this free online JSON to PHP array converter. Paste your JSON, click Convert, and instantly get a clean PHP array you can drop straight into your code — no