PHP Function List
-
Hello, I’m new to the forums and the community here. So forgive me if I’m posting in the wrong category. I’ve used Notepad++ for awhile now at work. I’ve noticed that when programming PHP, that Notepad++ doesn’t have all of the most recent functions readily available.
At my work, here, we use Microsoft SQL Server. Notepad++ seems to have the older depreciated PHP functions starting with mssql_ available (mssql_query, mssql_fetch_array), but according to Microsoft, the new functions are now sqlsrv_ (sqlsrv_query, sqlsrv_fetch_array), etc.
Here’s a list of them:
http://php.net/manual/en/ref.sqlsrv.phpThanks a lot and keep up the great work!
Mike.
-
if your intention is to inform about this then thank you.
If you want to have it changed, then open an issue at github.
If it is about to find a way to get the newer functions into npp, then goto
Settings->Style Configurator->Language(php)->Style(word) and add it to the user defined keyowrds box.Cheers
Claudia