php Programming Glossary: platforms
Secure random number generation in PHP http://stackoverflow.com/questions/1182584/secure-random-number-generation-in-php is a poor source. On most Unix Linux and or MS Windows platforms you can get a better grade of pseudorandom bits from the OS..
Implementing goMongoDB-like Query expression object evaluation http://stackoverflow.com/questions/14972025/implementing-gomongodb-like-query-expression-object-evaluation not available leading to easier code maintenance on both platforms. Results The created ArrayQuery class is published on Github..
What are available solutions of a browser / mobile phone detection http://stackoverflow.com/questions/15055277/what-are-available-solutions-of-a-browser-mobile-phone-detection I am creating a phonegap application for various mobile platforms and I was wondering what is a current best solution of browser..
Mechanisms for tracking DB schema changes [closed] http://stackoverflow.com/questions/1607/mechanisms-for-tracking-db-schema-changes is this a bad idea While a solution that supports multiple platforms would be preferable we definitely need to support the Linux.. to your current database this makes switching database platforms very easy. For every change you make to the database you write..
i18n with gettext but without the locale hassle? http://stackoverflow.com/questions/1620670/i18n-with-gettext-but-without-the-locale-hassle for it. However I develop applications for different platforms. I am absolutely unwilling to deal with the crappy ways of setlocale..
Do you have health checks in your web app or web site? [closed] http://stackoverflow.com/questions/2405825/do-you-have-health-checks-in-your-web-app-or-web-site tool should then have to support almost all languages and platforms the world is aware of. I don't think such tool would ever be..
How to find the php.ini file used by the command line? http://stackoverflow.com/questions/2750580/how-to-find-the-php-ini-file-used-by-the-command-line is probably not going to work on Windows so on Windows platforms you could use the find command like this php i find i Configuration..
PHP mutual exclusion (mutex) http://stackoverflow.com/questions/2921469/php-mutual-exclusion-mutex . The easy one is flock. It's guaranteed to work on all platforms. However if you compile in support you can use a few other things..
Force PHP integer overflow http://stackoverflow.com/questions/300840/force-php-integer-overflow Anyhow I needed a solution that would work on all these platforms and not be dependent upon quirks of a particular version of..
Why do you not use C for your web apps? http://stackoverflow.com/questions/3079153/why-do-you-not-use-c-for-your-web-apps of functionality as .NET and the other major web centric platforms has. So you may have to either buy components or perform interop..
Dirt-simple PHP templates… can this work without `eval`? http://stackoverflow.com/questions/3930053/dirt-simple-php-templates-can-this-work-without-eval was that people still wanted a templating language so platforms like Smarty were invented. But if you look at them now Smarty..
On-the-fly zipping & streaming of large files, in PHP or otherwise http://stackoverflow.com/questions/4357073/on-the-fly-zipping-streaming-of-large-files-in-php-or-otherwise is almost certainly a platform dependent value on most platforms fread will read data until the operating system's internal buffer..
Which line break in php mail header, \r\n or \n? http://stackoverflow.com/questions/4415654/which-line-break-in-php-mail-header-r-n-or-n by the line feed LF n . Since r n is native to Windows platforms and n to Unix you can use the PHP_EOL ­ Docs constant on..
When to use Try Catch blocks http://stackoverflow.com/questions/5199146/when-to-use-try-catch-blocks Bear in mind though that different languages and platforms encourage different uses for try catch. That said... The only..
Doing calculations in MySQL vs PHP http://stackoverflow.com/questions/6449072/doing-calculations-in-mysql-vs-php between your DB and web server. On the other hand most DB platforms i've used have very poor functionality for working with individual..
How to determine wheter a file is still being transferred via ftp http://stackoverflow.com/questions/7241978/how-to-determine-wheter-a-file-is-still-being-transferred-via-ftp lsof and or fuser can be used on a variety of Unix type platforms Windows has APIs for this. If another process has the file open..
Faceted Search (solr) vs Good old filtering via PHP? http://stackoverflow.com/questions/7256405/faceted-search-solr-vs-good-old-filtering-via-php what is the difference between the Layered Navigation in platforms such as Magento or PrestaShop in comparison to using something..
Why does an infinitely recursive function in PHP cause a segfault? http://stackoverflow.com/questions/7327393/why-does-an-infinitely-recursive-function-in-php-cause-a-segfault fork bomb without the forking. But... eventually on POSIX platforms the script will die with SIGSEGV it also dies on Windows but..
Convert a PHP script into a stand-alone windows executable http://stackoverflow.com/questions/9046675/convert-a-php-script-into-a-stand-alone-windows-executable that can build executables for a number of different platforms from a number of different languages including PHP share improve..
|