function fdf open string

fdf_open_stringPodręcznik PHPPoprzedniNastępnyfdf_open_string (PHP 4 >= 4.3.0)fdf_open_string -- Read a FDF document from a stringDescriptionresource fdf_open_string ( string fdf_data) The fdf_open_string() function reads form data from a string. fdf_data must contain the data as returned from a PDF form or created using fdf_create() and fdf_save_string(). You can fdf_open_string() together with $HTTP_FDF_DATA to process fdf form input from a remote client. Przykład 1. Accessing the form data<?php $fdf = fdf_open_string($HTTP_FDF_DATA); ... fdf_close($fdf); ?> See also fdf_open(), fdf_close(), fdf_create() and fdf_save_string(). PoprzedniSpis treściNastępnyfdf_next_field_namePoczątek rozdziałufdf_open
Wyszukiwarka

Podobne podstrony:
function fdf open
function fdf open
function fdf open
function fdf save string
function fdf next field name
function dbase open
function proc open
function fdf get file
function pdf open gif
function cpdf open
function pdf open image file
function fdf set version
function dbplus open
function fdf get version
function fdf create
function pg escape string

więcej podobnych podstron