<?php $groups_json = false; $handle = fopen( '/tmp/test.json', 'w' ); fwrite( $handle, '{Personal Data Export for tester@test.com:' ); fwrite( $handle, $groups_json ); fwrite( $handle, '}' ); fclose( $handle ); var_dump( file_get_contents( '/tmp/test.json' ) );
You have javascript disabled. You will not be able to edit any code.