Does this function have too many parameters?

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-04-05T13:51:33Z Indexed on 2010/04/05 14:03 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

In the end, I got this function. I don't know whether it's normal or not.

function user_registration($user_name, $user_email , $user_pass , $address , 
    $city , $postalcode  , $country  , $phone , $mobilephone)

How and why can I improve this?

© Stack Overflow or respective owner

Related posts about php

Related posts about php-basic