Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22506
| From | sky winter <sky@bo.bo> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | dubbio nome funzione |
| Date | 2019-01-21 10:53 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <q244rc$65c$1@gioia.aioe.org> (permalink) |
function ABC( $from ): array {
return [
'From' => $from,
'X-Mailer' => 'PHP/' . phpversion(),
];
}
La funzione ABC come potrei chiamarla?
mailHeaders()?
factoryMailHeaders()?
createMailHeaders()?
makeMailHeaders()?
buildMailHeaders()?
mailHeadersHelper()?
La domanda può sembrare imbarazzante, eppure trovare una convenzione
adatta non è così semplice
Back to it.comp.www.php | Previous | Next — Next in thread | Find similar | Unroll thread
dubbio nome funzione sky winter <sky@bo.bo> - 2019-01-21 10:53 +0100
Re: dubbio nome funzione Alessandro Pellizzari <shuriken@amiran.it> - 2019-01-21 13:24 +0000
Re: dubbio nome funzione sky winter <sky@bo.bo> - 2019-01-21 16:11 +0100
Re: dubbio nome funzione Alessandro Pellizzari <shuriken@amiran.it> - 2019-01-22 10:11 +0000
csiph-web