Jump to content

php day array


koekie

Recommended Posts

Hi i have the following php code:

function draw_measurepoint($pdf, $mp, $y) {
		if( empty($mp) ) return $y;
		$weekdays=array( 1=>'Ma', 2=>'Di', 3=>'Wo', 4=>'Do', 5=>'Vr', 6=>'Za', 7=>'Zo');
		$left=14;
		$scale=1; 		// Control this parameter to scale graph and scale.

but when is view the result of the pdf is doesn't show 7=>zo but only ma through za.

Any one an idea ?

Thanks in advandge

Adobe Acrobat Reader DC.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...