summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 92b20ca4509ac798a7365921da1a0dba1250e395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Extension [ <persistent> extension #125 uploadprogress version 2.0.2 ] {

  - INI {
    Entry [ uploadprogress.file.filename_template <ALL> ]
      Current = '/tmp/upt_%s.txt'
    }
    Entry [ uploadprogress.file.contents_template <ALL> ]
      Current = '/tmp/upload_contents_%s'
    }
    Entry [ uploadprogress.get_contents <ALL> ]
      Current = '0'
    }
  }

  - Functions {
    Function [ <internal:uploadprogress> function uploadprogress_get_info ] {

      - Parameters [1] {
        Parameter #0 [ <required> string $identifier ]
      }
      - Return [ ?array ]
    }
    Function [ <internal:uploadprogress> function uploadprogress_get_contents ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $identifier ]
        Parameter #1 [ <required> string $fieldname ]
        Parameter #2 [ <optional> int $maxlen = -1 ]
      }
      - Return [ ?string ]
    }
  }
}