Function loadFormDataRecursive

Prototype

int loadFormDataRecursive(T)(string[string] form, ref T load_to, string name, ref Error error, Flag!("strict") strict) if (!is(T == struct) && (!isDynamicArray!(T) || is(T == string)))(
  string[string] form,
  ref ReturnTypeString.T load_to,
  string name,
  ref Error error,
  Flag!("strict") strict
);

Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.