64 : bool
65 {
66 $this->data = $this->db->fetchAssoc($this->res);
67 if (is_array($this->data) &&
68 !empty($this->data) &&
69 (
70 strpos((string) $this->data['login'], ',') ||
71 strpos((string) $this->data['login'], ';')
72 )) {
74 array_map(
75 'trim',
76 preg_split("/[ ]*[;,][ ]*/", trim((string) $this->data['login']))
77 )
78 );
79
80 foreach (
$parts as $part) {
82 $this->users_stack[] = $part;
83 }
84 }
85
86 if ($this->users_stack) {
87 $this->data = null;
88 }
89 }
90
91 return (is_array($this->data) && !empty($this->data)) || $this->users_stack !== [];
92 }
static strPos(string $a_haystack, string $a_needle, int $a_offset=0)
static strToLower(string $a_string)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts