How do I know what a PHP function is, what is a policy, what is a module, and what is a library?
I'm starting in PHP, I have some questions that maybe for many are basic, but for many others it's the beginning.
How can I connect to the database (PHP in 3 Layers [Façade / Repository / Bank]) by reading the information from an .ini file and assigning those values to a function inside a class?
Banco.php
class Banco {
var $server;
var $bd;
var $...
I've been getting this error and I do not know how to fix it. I do not use xampp on my machine and below, it is possible to observe my php configuration file. Can anyone help me?
I have a Socket class that is working normally this way:
class Socket():
__ffChatSocket = ""
__meuTelefone = ""
__WhatsappAPI = ""
__dest = ()
def __init__(self, telefone, WhatsappAPI):
ip = str(self.getFileConfigF...