Skip to content

Instantly share code, notes, and snippets.

@Jarrid
Last active June 30, 2019 15:18
Show Gist options
  • Select an option

  • Save Jarrid/cf7716ff3572ef26c6431334b117ad32 to your computer and use it in GitHub Desktop.

Select an option

Save Jarrid/cf7716ff3572ef26c6431334b117ad32 to your computer and use it in GitHub Desktop.
Running list of options for name suffixes
$suffixes = array(
'II',
'III',
'IV',
'CPA',
'DDS',
'Esq',
'JD',
'Jr',
'LLD',
'MD',
'PhD',
'Ret',
'RN',
'Sr',
'DO'
);
@Jarrid
Copy link
Copy Markdown
Author

Jarrid commented Jun 30, 2019

converted to array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment