Changeset 1257243
- Timestamp:
- 10/01/2015 09:07:41 AM (10 years ago)
- Location:
- profile-picture
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
profile-picture/tags/1.0/readme.txt
r1257235 r1257243 44 44 $ppimg = ProfilePicture::pp_picture($id_or_email, $width, $height, $alt); 45 45 ?>` 46 <strong> id_or_email </strong> 47 <strong> width </strong> (integer) (optional) Width of the image. 48 <strong> height </strong> (integer) (optional) Width of the image. 49 <strong> alt </strong> (string) (optional) alt title of image tag. 50 <strong> Return Values </strong> It would return profile picture details as array or false on failure. 46 ** id_or_email ** (integer|string|object) (required ) You may pass user id, email or user object here. 47 48 ** width ** (integer) (optional) Width of the image. 49 50 ** height ** (integer) (optional) Width of the image. 51 52 ** alt ** (string) (optional) alt title of image tag. 53 54 ** Return Values ** It would return profile picture details as array or false on failure. 51 55 52 56 == Screenshots == -
profile-picture/trunk/readme.txt
r1257235 r1257243 44 44 $ppimg = ProfilePicture::pp_picture($id_or_email, $width, $height, $alt); 45 45 ?>` 46 <strong> id_or_email </strong> 47 <strong> width </strong> (integer) (optional) Width of the image. 48 <strong> height </strong> (integer) (optional) Width of the image. 49 <strong> alt </strong> (string) (optional) alt title of image tag. 50 <strong> Return Values </strong> It would return profile picture details as array or false on failure. 46 ** id_or_email ** (integer|string|object) (required ) You may pass user id, email or user object here. 47 48 ** width ** (integer) (optional) Width of the image. 49 50 ** height ** (integer) (optional) Width of the image. 51 52 ** alt ** (string) (optional) alt title of image tag. 53 54 ** Return Values ** It would return profile picture details as array or false on failure. 51 55 52 56 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.